import { HttpClient } from "../../http/client";
import { ListCompanyPatientAppointments } from "./protocols/list-by-patient";
export declare class Appointments {
    private readonly httpClient;
    constructor(httpClient: HttpClient);
    list(input: ListCompanyPatientAppointments.Input, options?: ListCompanyPatientAppointments.Options): Promise<ListCompanyPatientAppointments.Response>;
}
//# sourceMappingURL=index.d.ts.map