import { Pagination } from '../../../common'; import { Fetcher } from '../../../common/api'; import { IAvertisement, IFindAdvertisementInputDto } from '../../types/advertisement/entities'; export declare const getAdvertisements: (fetcher: Fetcher, filters?: IFindAdvertisementInputDto) => Promise>;