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