export declare const EVE_WORKFLOW_QUEUE_NAMESPACE = "eve"; export declare const WORKFLOW_QUEUE_NAMESPACE_ENV = "WORKFLOW_QUEUE_NAMESPACE"; export declare const EVE_WORKFLOW_QUEUE_PREFIX = "__eve_wkf_workflow_"; export declare const EVE_WORKFLOW_QUEUE_TOPIC = "__eve_wkf_workflow_*"; export declare function applyEveWorkflowQueueNamespace(): void;