export declare const ACTION_CHANGE_MARKER_KEY = "__action_change__"; export declare const ACTION_CHANGE_MARKER_ORG_PREFIX = "__org__:"; export interface ActionChangeTarget { actionName?: string; owner?: string; orgId?: string; requestSource?: string; } export declare function actionChangeMarkerSession(target: ActionChangeTarget): string | null; export declare function actionChangeMarkerValue(target: ActionChangeTarget): Record; export declare function parseActionChangeMarker(sessionId: unknown, value: unknown): ActionChangeTarget | null; //# sourceMappingURL=action-change-marker.d.ts.map