import { Plugin } from 'rollup';

declare function typeDefinitions(options: {
    projectRoot: string;
}): Plugin;

export { typeDefinitions };
