export interface PgDumpOptions { composeFolderPath: string; composeFilePath?: string; dumpPath: string; excludeSchemas: string; connectionString?: string; }