/**
 * Checks a node for undefined elements and attempts to register them.
 */
export declare function discover(root: Element | ShadowRoot): Promise<void>;
