/** Default task queue for leaf workflows. */ export declare const LT_TASK_QUEUE = "long-tail-examples"; /** * Create a Durable client for starting workflows and sending signals. */ export declare function createClient(): import("@hotmeshio/hotmesh").Client;