/// declare function SpecName(root: string, file: string): string; declare function DirExists(dir: string): boolean; declare function Walk(root: string, typeName: string, cb: (root: string, fname: string) => void): void; declare function ReadFile(filename: string): Buffer; import { Bind, Dot } from "../utils/map"; declare const _default: { DirExists: typeof DirExists; ReadFile: typeof ReadFile; SpecName: typeof SpecName; Walk: typeof Walk; Bind: typeof Bind; Dot: typeof Dot; }; export default _default;