import { RollupWarning } from 'rollup'; export declare const onwarn: (warning: RollupWarning) => void | never;