import type { GetRaffles } from './types/getRaffles.types.js'; /** * Method responsible for getting all the raffles. * * @param query - Query with parameters to fetch raffles. * @param config - Custom configurations to send to the client instance (axios). * * @returns Promise that will be resolved when the call to the endpoint finishes. */ declare const getRaffles: GetRaffles; export default getRaffles;