/**
 * ---------------------------------------------------------------------
 * 🔒 AUTOGENERATED BY VENDORISM
 * Removing this comment will prevent it from being managed by it.
 * ---------------------------------------------------------------------
 */
/**
 * Checks a node for undefined elements and attempts to register them.
 */
export declare function discover(root: Element | ShadowRoot): Promise<void>;
