import { TableSchema } from '../../schema/types'; /** * @deprecated `lsdb export-data` is deprecated — use `lsdb migrate-data` instead. * Kept for backward compatibility; the data-export behaviour is unchanged. */ export declare function exportDataCommand(options: { output?: string; table?: string; allUsers?: boolean; dryRun?: boolean; }): Promise; export declare function generateExportDataScript(schemas: TableSchema[], allUsers?: boolean): string; export default exportDataCommand; //# sourceMappingURL=export-data.d.ts.map