/** * Export replication request to CSV */ export default class GenerateCsv { static generate(id: string, outDir: string): Promise; }