/// import * as path from 'path'; declare const sPath: { resolve: typeof path.resolve; isAbsolute: typeof path.isAbsolute; join: typeof path.join; basename: typeof path.basename; dirname: typeof path.dirname; relative: typeof path.relative; sep: "\\" | "/"; }; export default sPath; export declare const sep: { toString(): "\\" | "/"; }; export declare const resolve: typeof path.resolve; export declare const isAbsolute: typeof path.isAbsolute; export declare const join: typeof path.join; export declare const basename: typeof path.basename; export declare const dirname: typeof path.dirname; export declare const relative: typeof path.relative; //# sourceMappingURL=path.d.ts.map