import { Plugin } from "rollup";

export default function tsTreeshaking(options?: { js: boolean }): Plugin;
