import { CreateSafeOptions } from "./types"; export declare const DEFAULT_MULTISEND_ADDRESS = "0xA238CBeb142c10Ef7Ad8442C6D1f9E89e07e7761"; export declare const DEFAULT_SAFE_TX_TYPEHASH = "0xbb8310d486368db6bd6f849402fdd73ad53d316b5a4b2644ad6efe0f941286d8"; export declare const DEFAULT_DOMAIN_SEPARATOR_TYPEHASH = "0x47e79534a245952e8b16893a336b85a3d9ea9fa8c573f3d803afb92a79469218"; export declare const DEFAULT_CREATE_SAFE_OPTIONS: CreateSafeOptions; export declare const DEFAULT_EXEC_OPTIONS: { safeTxGas: import("@ethersproject/bignumber").BigNumber; baseGas: import("@ethersproject/bignumber").BigNumber; gasPrice: import("@ethersproject/bignumber").BigNumber; gasToken: string; refundReceiver: string; };