/// import type { NetworkDefinition } from '../networkDefinition'; export declare const TESTNET_GENESIS: { header: { sequence: number; previousBlockHash: string; noteCommitment: Buffer; transactionCommitment: Buffer; target: string; randomness: string; timestamp: number; graffiti: string; noteSize: number; work: string; }; transactions: Buffer[]; }; export declare const TESTNET: NetworkDefinition; //# sourceMappingURL=testnet.d.ts.map