import { APIResource } from "../../../resource.js"; import * as ServicesAPI from "./services.js"; import { ServiceCreateParams, ServiceCreateResponse, ServiceDeleteParams, ServiceGetParams, ServiceGetResponse, ServiceListParams, ServiceListResponse, ServiceListResponsesV4PagePaginationArray, ServiceUpdateParams, ServiceUpdateResponse, Services } from "./services.js"; export declare class Directory extends APIResource { services: ServicesAPI.Services; } export declare namespace Directory { export { Services as Services, type ServiceCreateResponse as ServiceCreateResponse, type ServiceUpdateResponse as ServiceUpdateResponse, type ServiceListResponse as ServiceListResponse, type ServiceGetResponse as ServiceGetResponse, ServiceListResponsesV4PagePaginationArray as ServiceListResponsesV4PagePaginationArray, type ServiceCreateParams as ServiceCreateParams, type ServiceUpdateParams as ServiceUpdateParams, type ServiceListParams as ServiceListParams, type ServiceDeleteParams as ServiceDeleteParams, type ServiceGetParams as ServiceGetParams, }; } //# sourceMappingURL=directory.d.ts.map