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