/** Resolve npm .cmd shims on Windows so pi can be spawned without a shell. */ export declare function resolvePiSpawn(piBin: string, args: string[]): { bin: string; args: string[]; };