import { Hex, PublicActions } from 'viem'; export declare function getSmartWalletAddress(client: PublicActions, owners: Hex[], nonce: number): Promise<`0x${string}`>; //# sourceMappingURL=get-address.d.ts.map