export interface NotifyActionChangeOptions { actionName: string; owner?: string; orgId?: string; requestSource?: string; } export declare function writeActionChangeMarker(options: NotifyActionChangeOptions): Promise; export declare function notifyActionChange(options: NotifyActionChangeOptions): Promise; //# sourceMappingURL=action-change.d.ts.map