import type { OutputBundle } from 'rollup';
export declare function typeDefinitions(options: {
    projectRoot: string;
}): {
    name: string;
    generateBundle(_opts: unknown, bundle: OutputBundle): Promise<void>;
};
