import type { Signer } from "ethers";
import type { Hex } from "../types/misc";
export declare function predictAccountAddress(factoryAddress: Hex, signer: Signer, combinedPubKeys: string[], salt: string): Promise<`0x${string}`>;
