import { flags } from "@oclif/command"; import { BaseCommand } from "../command"; export declare class IdentityCommand extends BaseCommand { static description: string; static flags: { data: flags.IOptionFlag; type: flags.IOptionFlag; network: flags.IOptionFlag; log: import("@oclif/parser/lib/flags").IBooleanFlag; copy: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }