import type { BuildContext } from "../types.d.ts"; import type FileCache from "../utils/file-cache.d.ts"; declare const buildTypes: (context: BuildContext, fileCache: FileCache, subDirectory: string) => Promise; export = buildTypes;