import { Namespace } from "continuation-local-storage";
export declare function init(): Namespace;
export declare function set(context: AutomationContext): void;
export declare function get(): AutomationContext;
export interface AutomationContext {
    correlationId: string;
    workspaceId: string;
    workspaceName: string;
    operation: string;
    name: string;
    version: string;
    invocationId: string;
    ts: number;
}
//# sourceMappingURL=cls.d.ts.map