import { APIResource } from "../../../resource.js"; import * as ApplicationsAPI from "./applications.js"; import { ApplicationGetParams, ApplicationGetResponse, ApplicationListParams, ApplicationListResponse, ApplicationListResponsesSinglePage, Applications } from "./applications.js"; import * as CategoriesAPI from "./categories.js"; import { Categories, CategoryGetParams, CategoryGetResponse, CategoryListParams, CategoryListResponse, CategoryListResponsesSinglePage } from "./categories.js"; export declare class ResourceLibrary extends APIResource { applications: ApplicationsAPI.Applications; categories: CategoriesAPI.Categories; } export declare namespace ResourceLibrary { export { Applications as Applications, type ApplicationListResponse as ApplicationListResponse, type ApplicationGetResponse as ApplicationGetResponse, ApplicationListResponsesSinglePage as ApplicationListResponsesSinglePage, type ApplicationListParams as ApplicationListParams, type ApplicationGetParams as ApplicationGetParams, }; export { Categories as Categories, type CategoryListResponse as CategoryListResponse, type CategoryGetResponse as CategoryGetResponse, CategoryListResponsesSinglePage as CategoryListResponsesSinglePage, type CategoryListParams as CategoryListParams, type CategoryGetParams as CategoryGetParams, }; } //# sourceMappingURL=resource-library.d.ts.map