import { LogEntry, LogTrace } from './constTypes'; export declare function flatten(withDetail?: boolean): LogTrace[]; export declare function toArray(): LogEntry[]; //# sourceMappingURL=write.d.ts.map