import type { OutputBundle } from 'rollup'; export declare function typeDefinitions(options: { projectRoot: string; }): { name: string; generateBundle(_opts: unknown, bundle: OutputBundle): Promise; }; //# sourceMappingURL=type-definitions.d.ts.map