export declare function createLog(context: string): (...args: Array<any>) => void;
export declare function log(context: string, ...logArgs: Array<any>): void;
export declare function toggleContext(context: string, enabled: boolean): void;
