export type PiLaunchCommand = readonly [string, ...string[]]; export declare function resolveNpmPiCmdShim(shimPath: string, nodeExecutable?: string): Promise; export declare function resolvePiCommand(executable?: string, environment?: Readonly, platform?: NodeJS.Platform): Promise; //# sourceMappingURL=pi-command.d.ts.map