import type { ContextModel } from '../models/context';
import type { RollupTypescriptOptions } from '@rollup/plugin-typescript';
export declare const getRollupTypescriptConfig: ({ options, pkg, resolvedSource, tsconfigPath, }: Pick<ContextModel, "options" | "pkg" | "resolvedSource" | "tsconfigPath">) => RollupTypescriptOptions;
