import { APIResource } from "../../../core/resource.js"; import * as ServicesAPI from "./services.js"; import { BaseServices, ServiceCreateParams, ServiceCreateResponse, ServiceDeleteParams, ServiceGetParams, ServiceGetResponse, ServiceListParams, ServiceListResponse, ServiceListResponsesV4PagePaginationArray, ServiceUpdateParams, ServiceUpdateResponse, Services } from "./services.js"; export declare class BaseDirectory extends APIResource { static readonly _key: readonly ['connectivity', 'directory']; } export declare class Directory extends BaseDirectory { services: ServicesAPI.Services; } export declare namespace Directory { export { Services as Services, BaseServices as BaseServices, type ServiceCreateResponse as ServiceCreateResponse, type ServiceUpdateResponse as ServiceUpdateResponse, type ServiceListResponse as ServiceListResponse, type ServiceGetResponse as ServiceGetResponse, type 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