/** * Returns true if the module is a builtin module, otherwise false. */ export declare function isBuiltinModule(moduleName: string): boolean;