declare const namespace = "next"; declare module "actionhero" { interface ActionheroConfigInterface { [namespace]: ReturnType; } } export declare const DEFAULT: { next: () => { enabled: boolean; dev: boolean; quiet: boolean; path: string; }; }; export {};