interface Params { action: string; } export declare function debug(params: Params): void; export {};