/** * Verify the lightweight executable against the same path-free launch proof * and private managed-runtime marker carried by the main worker definition. */ export declare function verifyManagedRuntimeMaintenanceEntrypoint(input: { readonly currentEntrypointPath: string; readonly launchProof: string; readonly homeDir?: string; }): Promise; //# sourceMappingURL=managed-runtime-maintenance-entry.d.ts.map