export { copy_property_descriptors } from "../../internal/descriptors.js"; import type { NativeMethod } from "./types.js"; export declare function has_method(value: unknown, key: K): value is Record;