/** Serialize configuration changes with input acceptance for one conversation. */ export declare function withModelConfigLock(sessionKey: string, operation: () => Promise): Promise;