/** * compatible esModule require * @param path */ export default function compatibleRequire(path: string, origin?: boolean): Promise;