import type { Address } from 'viem'; export declare const PRIVATE_KEYS: { key1: string; key2: string; }; export declare const ADDRESSES: { client1: Address; zero: Address; serviceProvider1: Address; serviceProvider2: Address; payee1: Address; mainnet: { warmStorage: Address; multicall3: "0xcA11bde05977b3631167028862bE2a173976CA11"; pdpVerifier: string; }; calibration: { warmStorage: Address; multicall3: "0xcA11bde05977b3631167028862bE2a173976CA11"; pdpVerifier: Address; payments: Address; usdfcToken: Address; filCDN: Address; viewContract: Address; spRegistry: Address; sessionKeyRegistry: Address; }; }; export declare const PROVIDERS: { providerNoPDP: { providerId: bigint; providerInfo: { serviceProvider: `0x${string}`; payee: `0x${string}`; name: string; description: string; isActive: boolean; }; products: never[]; }; provider1: { providerId: bigint; providerInfo: { serviceProvider: `0x${string}`; payee: `0x${string}`; name: string; description: string; isActive: boolean; }; products: { productType: number; isActive: boolean; offering: { serviceURL: string; minPieceSizeInBytes: bigint; maxPieceSizeInBytes: bigint; ipniPiece: boolean; ipniIpfs: boolean; storagePricePerTibPerDay: bigint; minProvingPeriodInEpochs: bigint; location: string; paymentTokenAddress: `0x${string}`; }; }[]; }; provider2: { providerId: bigint; providerInfo: { serviceProvider: `0x${string}`; payee: `0x${string}`; name: string; description: string; isActive: boolean; }; products: { productType: number; isActive: boolean; offering: { serviceURL: string; minPieceSizeInBytes: bigint; maxPieceSizeInBytes: bigint; ipniPiece: boolean; ipniIpfs: boolean; storagePricePerTibPerDay: bigint; minProvingPeriodInEpochs: bigint; location: string; paymentTokenAddress: `0x${string}`; }; }[]; }; providerIPNI: { providerId: bigint; providerInfo: { serviceProvider: `0x${string}`; payee: `0x${string}`; name: string; description: string; isActive: boolean; }; products: { productType: number; isActive: boolean; offering: { serviceURL: string; minPieceSizeInBytes: bigint; maxPieceSizeInBytes: bigint; ipniPiece: boolean; ipniIpfs: boolean; storagePricePerTibPerDay: bigint; minProvingPeriodInEpochs: bigint; location: string; paymentTokenAddress: `0x${string}`; }; }[]; }; }; //# sourceMappingURL=constants.d.ts.map