1 2 3 4 5
declare module 'slash' { function slash(path: string): string; module slash {} export = slash; }