declare function injectMetamaskBridge(windowObject: Record<string, unknown>): Promise<void>;
export { injectMetamaskBridge };
