import type { Contactable } from '../../../../../entities/index.ts'; import type { HttpClient } from '../../../../../services/index.ts'; import type { ApiError, Response } from '../../../../types/index.ts'; declare const getContactables: (http: HttpClient) => { query: (page?: string) => Promise>; }; export default getContactables;