import { Address } from "../types"; export declare function estimateDeployGas(guardians: Address[], recoveryOwners: Address[]): number;