declare module 'slash2' { function slash(path: string): string; export = slash; }