import type { ProtocolContracts } from '../types/index.js'; export type KnownDeployment = Partial & { chainId: number; name: string; }; export declare const KNOWN_DEPLOYMENTS: Record; //# sourceMappingURL=deployments.d.ts.map