import { Command, flags } from '@oclif/command'; export declare class ExportCredentialsCommand extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag; all: import("@oclif/parser/lib/flags").IBooleanFlag; backup: import("@oclif/parser/lib/flags").IBooleanFlag; id: flags.IOptionFlag; output: flags.IOptionFlag; pretty: import("@oclif/parser/lib/flags").IBooleanFlag; separate: import("@oclif/parser/lib/flags").IBooleanFlag; decrypted: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }