import { CommandModule } from 'yargs'; import { CommandArguments } from '../arguments'; export interface ExportCommandArguments extends CommandArguments { format: 'json' | 'dotenv'; uri: string; exportQuotes: boolean; } export declare const exportCommand: CommandModule; //# sourceMappingURL=export.command.d.ts.map