export declare const hasInjectedConnection: () => boolean;
export declare const waitForInjectedConnection: () => Promise<void>;
