export interface ExportSessionOptions { serverUrl?: string; output?: string; } export declare function exportSession(sessionId: string, options: ExportSessionOptions): Promise; //# sourceMappingURL=export.d.ts.map