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