export declare namespace Replace { interface TriggerConsole { args: any[]; level: string; } interface IRouter { from: string; to: string; } }