import type { NodePathModule, PathImplementation } from "./types.js"; export declare const isDeno: boolean; declare let nodePath: NodePathModule | null; export { nodePath }; export declare const sep: string; export declare const delimiter: string; export declare const hasNodePath: boolean; export declare function getNativePathImplementation(windows: boolean): PathImplementation | null; //# sourceMappingURL=runtime.d.ts.map