import { IOptions } from "./ioptions"; import { Partial } from "./partial"; import { PluginImpl } from "rollup"; declare type RPT2Options = Partial; export { RPT2Options }; declare const typescript: PluginImpl; export default typescript; //# sourceMappingURL=index.d.ts.map