import { ToolbeltCommand } from '../../../../ToolbeltCommand';
export declare class OrgSnapshotListCommand extends ToolbeltCommand {
    static readonly theDescription: any;
    static readonly longDescription: any;
    static readonly help: any;
    static readonly showProgress = true;
    static readonly requiresProject = false;
    static readonly requiresDevhubUsername = true;
    static readonly orgType: string;
    run(): Promise<unknown>;
}
