export declare const elementReady: (selector: string, document: Document | ShadowRoot) => Promise<unknown>;
