/** * Checks if the provided functions are native functions. * @param {...Function} fns - An array of functions to check if they are native. * @returns {boolean} true if all the expected globals are native, false otherwise */ export function isNative(...fns: Function[]): boolean; //# sourceMappingURL=monkey-patched.d.ts.map