declare function importRequire(path: string, { removeCache }?: {
    removeCache?: boolean;
}): Promise<any>;

export { importRequire };
