export declare function assertHexString(hexString: string): void; export declare function assertTxHash(hexString: string): void; export declare function assertValidAddress(address: string): Promise; export declare function assertLargerThan(a: bigint, b: bigint): void; export declare function assertLargerThan(a: number, b: number): void; //# sourceMappingURL=assertions.d.ts.map