/**
 * Ethereum Storage Protocol (ESP) - Main Package Export
 *
 * This package provides TypeScript types, contract interfaces, and deployment
 * information for the Ethereum Storage Protocol.
 *
 * @version 0.2.0
 * @license AGPL-3.0
 */
export * from './deployments';
export * from '../typechain-types';
//# sourceMappingURL=index.d.ts.map