import { SmartAccountFactory } from "./SmartAccountFactory";
export declare class SafeAccountFactory extends SmartAccountFactory {
    static readonly DEFAULT_FACTORY_ADDRESS = "0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67";
    constructor(address?: string);
}
//# sourceMappingURL=SafeAccountFactory.d.ts.map