/// <reference types="node" />
export declare const toUnixFilePath: (value: string) => string;
export declare const toWindowsFilePath: (value: string) => string;
export declare const toUnixPath: (value: string) => string;
export declare const toWindowsPath: (value: string) => string;
export declare const getRandomInt: (min: number, max: number) => number;
export declare const generateGuid: () => Buffer;
