import { FlagsConfig } from '@salesforce/command';
import { ToolbeltCommand } from '../../../ToolbeltCommand';
export declare class PackageCreateCommand extends ToolbeltCommand {
    static readonly theDescription: any;
    static readonly longDescription: any;
    static readonly help: any;
    static readonly orgType: string;
    static readonly requiresDevhubUsername = true;
    static readonly requiresProject = true;
    static readonly flagsConfig: FlagsConfig;
    run(): Promise<unknown>;
}
