import { BaseCommand } from '../../../base-command.js'; export default class QueryExportSheetCreate extends BaseCommand { static flags: { file: import("@oclif/core/interfaces").OptionFlag; }; static description: string; static examples: string[]; static summary: string; run(): Promise>; }