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