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