#!/usr/bin/env node
export type GlobalLaunchpadArgs = {
    config?: string;
    env?: (string | number)[];
    envCascade?: string;
    verbose?: number;
};
//# sourceMappingURL=cli.d.ts.map