import type { RollupError } from 'rollup';
export declare function createRollupError(id: string, error: any): RollupError;
