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