export declare function consoleLog(shouldLog: boolean, ...args: any[]): void;
export declare function consoleInfo(shouldLog: boolean, ...args: any[]): void;
