import { WalletModule } from "../../../interfaces";
declare function authereum(allowAuthAnalytics: boolean, projectId: string): (options: {
    networkId: number;
}) => WalletModule;
export default authereum;
