import { PlatformPath } from 'path';
export declare function convertToPosixPath(filePath: string, pathLib?: PlatformPath): string;
export declare function mainFunc(proc: NodeJS.Process): Promise<void>;
