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