export interface EntryPoints { css: string[]; js: string[]; module?: true; port?: number; } export declare function getEntrypoints(url: string, cache: 'no-store' | undefined, signal?: AbortSignal): Promise; //# sourceMappingURL=get-entry-points.d.ts.map