import { IEs3RollupOptions } from "./Interfaces"; export declare function es3Poly(options?: IEs3RollupOptions): { name: string; renderChunk(code: string, chunk: any): any; transform(code: string, id: string): any; };