import type { ISession } from '../session/types.js'; import type { ExportWithOutput, ExportFnOptions } from './types.js'; export declare function runCffExport(session: ISession, sourceFile: string, exportOptions: ExportWithOutput, opts?: ExportFnOptions): Promise<{ tempFolders: never[]; }>; //# sourceMappingURL=cff.d.ts.map