import type { AbiInputValue } from "../types";
export declare class SmartAccountFactory {
    readonly address: string;
    readonly generatorFunctionSelector: string;
    readonly generatorFunctionInputAbi: string[];
    constructor(address: string, generatorFunctionSelector: string, generatorFunctionInputAbi: string[]);
    getFactoryGeneratorFunctionCallData(generatorFunctionInputParameters: AbiInputValue[]): string;
}
//# sourceMappingURL=SmartAccountFactory.d.ts.map