import { SfCommand } from '@salesforce/sf-plugins-core'; import { OrgSnapshot } from '../../../shared/snapshot.js'; export declare class SnapshotCreate extends SfCommand { static readonly summary: string; static readonly description: string; static readonly examples: string[]; static readonly aliases: string[]; static readonly deprecateAliases = true; static readonly flags: { 'target-dev-hub': import("@oclif/core/interfaces").OptionFlag; 'api-version': import("@oclif/core/interfaces").OptionFlag; loglevel: import("@oclif/core/interfaces").OptionFlag; 'source-org': import("@oclif/core/interfaces").OptionFlag; name: import("@oclif/core/interfaces").OptionFlag; description: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; }