import { asyncSpawnResposne } from '../../../util_modules/shell'; declare const _default: (pth: string, stack: string, isIntegFn?: boolean, integService?: string | boolean) => Promise | void>; export default _default; export declare function ensurePyRuntime(pth: string, stack: string): Promise; export declare const pypiRes: (pkg: string) => Promise>; export declare function installRequirements(reqFile: string, pth: string, stackVersion: string, linuxMode?: boolean): Promise; export declare function installPkgs(pkgs: Array, stackVersion: string, pth?: string | undefined): Promise;