export declare function getDebug(namespace: string): (...args: any) => void;
export declare function enableDebug(): void;
