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