import * as Addresses from './contract-addresses.json';
export { abi as AllocationManagerAbi } from './abi/AllocationManager';
export { abi as TaskDispatchAbi } from './abi/TaskDispatch';
export { abi as DelegationManagerAbi } from './abi/DelegationManager';
export { abi as Multicall3Abi } from './abi/Multicall3';
export { abi as ReexecutionEndpointAbi } from './abi/ReexecutionEndpoint';
export { abi as SafeAbi } from './abi/Safe';
export declare const DEFAULT_OPERATOR_SET_ID = 2;
export { Addresses };
