declare const lib: { getWalletContents: (address: string) => Promise; postIFrameMessage: (message: any) => void; getEthosSigner: () => Promise; getConfiguration: () => import("../types/EthosConfiguration").EthosConfiguration; initializeEthos: (ethosConfiguration: import("../types/EthosConfiguration").EthosConfiguration) => void; listenForMobileConnection: (onConnect: (providerAndSigner: import("../types/ProviderAndSigner").ProviderAndSigner) => void) => Promise; }; export default lib;