import type { MedipassRequestOpts, PaginatedQuery } from '../types'; export declare const PATH__JHCS = "/jointhealthcentres"; export declare const pathJHC: (jhcId: string) => string; export declare const getJHC: (jhcId: string, opts?: MedipassRequestOpts) => Promise>; export declare const getJHCs: (query?: (PaginatedQuery & { searchText?: string; }) | null | undefined, opts?: MedipassRequestOpts) => Promise>;