import { PLATFORM } from '../constants/sukuWallet.constants'; export declare class SukuWalletFactory { factoryAddress: string; constructor(factoryAddress: string); predictSafeAddress(platform: PLATFORM, username: string): string; private generateSalt; private predictSafeAddressForSalt; private getInitializer; } export declare function predictAddress(username: string, platform: PLATFORM): string;