import { IEs3CheckKeyword, IEs3CheckRollupOptions } from "./Interfaces"; export declare function checkResult(tokens: IEs3CheckKeyword[], result: string, id: string, entry: string, isTransform: boolean): void; export declare function es3Check(options?: IEs3CheckRollupOptions): { name: string; renderChunk(code: string, chunk: any): any; transform(code: string, id: string): any; };