import { InterchainGasPaymaster__factory, ProxyAdmin__factory, StorageGasOracle__factory } from '@hyperlane-xyz/core'; export declare const igpFactories: { interchainGasPaymaster: InterchainGasPaymaster__factory; storageGasOracle: StorageGasOracle__factory; proxyAdmin: ProxyAdmin__factory; }; export type IgpFactories = typeof igpFactories; //# sourceMappingURL=contracts.d.ts.map