/** Checks the number of items in an array-like structure is expected. */exportdeclarefunctionassertValidNumberOfItemsForCodec(codecDescription: string, expected: bigint | number, actual: bigint | number): void;
//# sourceMappingURL=assertions.d.ts.map