/// <reference types="node" />
export declare function run(argv: string[], env: NodeJS.ProcessEnv): Promise<void>;
