export declare enum TxSubmitterType {
    JSON_RPC = "jsonRpc",
    IMPERSONATED_ACCOUNT = "impersonatedAccount",
    GNOSIS_SAFE = "gnosisSafe",
    GNOSIS_TX_BUILDER = "gnosisSafeTxBuilder",
    INTERCHAIN_ACCOUNT = "interchainAccount",
    TIMELOCK_CONTROLLER = "timelockController"
}
//# sourceMappingURL=TxSubmitterTypes.d.ts.map