export * from "./validate"; export { logger } from "./logger"; export { sha256, hashToArray } from "./hash"; export declare function hashReceipt(agent: Uint8Array, requestId: Uint8Array, callCount: number, amount: bigint): Uint8Array; /** Assert helper */ export declare function assert(cond: boolean, msg: string): asserts cond; //# sourceMappingURL=index.d.ts.map