import { SafeTransactionData } from "@safe-global/safe-core-sdk-types"; export declare const buildSafeTransaction: (template: { to: string; nonce: number; value?: string; data?: string; operation?: number; safeTxGas?: number; baseGas?: number; gasPrice?: number; gasToken?: string; refundReceiver?: string; }) => SafeTransactionData; export declare const DeployAssistantABI: ({ inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; } | { stateMutability: string; type: string; inputs?: undefined; name?: undefined; outputs?: undefined; })[]; //# sourceMappingURL=index.d.ts.map