export type GlobalLaunchpadArgs = {
    config?: string;
    env?: (string | number)[];
    envCascade?: string;
    verbose?: number;
};
export declare function run(argv: string[]): Promise<void>;
//# sourceMappingURL=run.d.ts.map