import type { TCBParts, SnpPlatformInfo, SnpPolicy } from './types.js'; export declare function tcbFromInt(tcb: bigint): TCBParts; export declare function tcbMeetsMinimum(tcb: TCBParts, minimum: TCBParts): boolean; export declare function platformInfoFromInt(value: bigint): SnpPlatformInfo; export declare function policyFromInt(value: bigint): SnpPolicy; export declare function bytesToHex(bytes: Uint8Array): string; //# sourceMappingURL=utils.d.ts.map