import type { GetAccountSettings } from './types/index.js'; /** * Method responsible for fetching all the settings for the giving criteria. * * @param query - Query with parameters to fetch settings. * @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 getAccountSettings: GetAccountSettings; export default getAccountSettings;