/**
 * Checks whether given value's type is an Element instance.
 *
 * Returns false if `Element` is not available in the current runtime.
 */
export declare function isElement(wat: unknown): boolean;
//# sourceMappingURL=is.d.ts.map