declare module "app/core/controllers/all" {
let json: any;
export {json};
}
declare module "app/core/routes/all" {
declare module "app/core/services/all" {
export default json;