import type path from "node:path";
export * from "pathe";
export declare const posix: typeof path.posix;
export declare const win32: typeof path.posix;
export declare const platform = "posix";
declare const _default: any;
export default _default;
