/**
 * ```js
 * import { getChatSettings } from '@amityco/ts-sdk'
 * const chatSettings = await getChatSettings()
 * ```
 *
 * Fetches a {@link Amity.ChatSettings} object
 *
 * @returns A Promise of {@link Amity.ChatSettings} object
 *
 * @category Client API
 * @async
 */
export declare const getChatSettings: () => Promise<Amity.ChatSettings>;
//# sourceMappingURL=getChatSettings.d.ts.map