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