import type { GetAccountSetting } from './types/index.js'; /** * Method responsible for getting a setting by its id. * * @param settingId - Id that identifies the setting. * @param config - Custom settings to send to the client instance (axios). * * @returns Promise that will resolve when the call to the endpoint finishes. */ declare const getAccountSetting: GetAccountSetting; export default getAccountSetting;