import { LogOptions } from './constTypes'; export declare function log(label: string, ...data: any[]): void; export declare function pushLog(label: string): void; export declare function popLog(): void; export declare function renderBuffer(options?: Partial): string[]; export declare function snapshotLog(): string; export declare function printLog(options?: Partial): string; export declare function setLogOptions(options: Partial): void; export declare function clearLog(): void; //# sourceMappingURL=log.d.ts.map