import { IContactRepository } from '../../../Domain/IRepository/IContactRepository'; import { GetContactsByPageQuery } from './GetContactsByPageQuery'; import { ContactPageDto } from '../../DTOs/ContactDto'; export declare class GetContactsByPageQueryHandler { private readonly contactRepo; constructor(contactRepo: IContactRepository); execute(query: GetContactsByPageQuery): Promise; } //# sourceMappingURL=GetContactsByPageQueryHandler.d.ts.map