declare const MANAGED_RUNTIME_LAUNCH_PROOF_SCHEMA = "mono-agent.managed-runtime-launch.v2"; export interface ManagedRuntimeLaunchProof { readonly schema: typeof MANAGED_RUNTIME_LAUNCH_PROOF_SCHEMA; readonly markerSha256: string; readonly maintenanceEntrySha256: string; readonly installedAt: string; } export declare function encodeManagedRuntimeLaunchProof(proof: ManagedRuntimeLaunchProof): string; export declare function decodeManagedRuntimeLaunchProof(encoded: string): ManagedRuntimeLaunchProof; export {}; //# sourceMappingURL=managed-runtime-launch-proof.d.ts.map