import { GlideRecord } from "../types/GlideRecord"; export declare class ReleaseOperationManager { constructor(); handleRemoteOperationRequest(requestMessage?: string): GlideRecord; handleRemoteOperationUpdate(updateMessage?: string): GlideRecord; startOperation( targetInstanceName?: string, operationRequestStr?: string ): GlideRecord; watchOperationTrackers(): void; }