/** Serialize launches that target the same durable task or conversation. */ export declare function serializeTaskAdmission(key: string | undefined, operation: () => Promise): Promise;