import { EntryPointsPaths, EntryPoints } from './create-entrypoints.js'; export declare function writeEntryPoints(dir: string, { nodeEntryPoints, webEntryPoints }: EntryPoints): EntryPointsPaths; export declare function readEntryPoints(dir: string): (EntryPoints & EntryPointsPaths) | undefined; //# sourceMappingURL=entrypoint-files.d.ts.map