export default class Require { static deleteCache(modulePath: string): void; static default(p: string): any; }