declare const namespace = "oAuth"; declare module "actionhero" { interface ActionheroConfigInterface { [namespace]: ReturnType; } } export declare const DEFAULT: { oAuth: () => { host: string; }; }; export {};