/**
 * The platform-specific file delimiter.
 *
 * Equals to `";"` in windows and `":"` in all other platforms.
 */
export declare const delimiter: ";" | ":";
export declare const posix: import("path").PlatformPath;
export declare const win32: import("path").PlatformPath;
