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