declare const nodeFsOrThrow: () => any;
declare const nodePathOrThrow: () => any;
declare const nodeCwdOrThrow: () => any;
export { nodeCwdOrThrow, nodeFsOrThrow, nodePathOrThrow };
//# sourceMappingURL=utils.d.ts.map