import type { IFileSystem } from '@file-services/types'; export declare const TRACE_FILE_EXT = ".zip"; export interface EnsureTracePathOptions { outPath: string; name?: string; fs: IFileSystem; } export declare const ensureTracePath: ({ outPath, name, fs }: EnsureTracePathOptions) => string; //# sourceMappingURL=trace.d.ts.map