import type { BundlerEntryRecord, BundlerOptions } from "../../types.d.ts"; declare function toEntryPointMap(records: BundlerEntryRecord[], rootDir: string): Record; declare function normalizeDiscoverRoots(rootDir: string, discover: BundlerOptions["discover"]): string[]; export { normalizeDiscoverRoots, toEntryPointMap, }; //# sourceMappingURL=public.d.ts.map