import { APIResource } from "../../../core/resource.mjs"; import * as ApplicationsAPI from "./applications.mjs"; import { ApplicationGetParams, ApplicationGetResponse, ApplicationListParams, ApplicationListResponse, ApplicationListResponsesSinglePage, Applications, BaseApplications } from "./applications.mjs"; import * as CategoriesAPI from "./categories.mjs"; import { BaseCategories, Categories, CategoryGetParams, CategoryGetResponse, CategoryListParams, CategoryListResponse, CategoryListResponsesSinglePage } from "./categories.mjs"; export declare class BaseResourceLibrary extends APIResource { static readonly _key: readonly ['zeroTrust', 'resourceLibrary']; } export declare class ResourceLibrary extends BaseResourceLibrary { applications: ApplicationsAPI.Applications; categories: CategoriesAPI.Categories; } export declare namespace ResourceLibrary { export { Applications as Applications, BaseApplications as BaseApplications, type ApplicationListResponse as ApplicationListResponse, type ApplicationGetResponse as ApplicationGetResponse, type ApplicationListResponsesSinglePage as ApplicationListResponsesSinglePage, type ApplicationListParams as ApplicationListParams, type ApplicationGetParams as ApplicationGetParams, }; export { Categories as Categories, BaseCategories as BaseCategories, type CategoryListResponse as CategoryListResponse, type CategoryGetResponse as CategoryGetResponse, type CategoryListResponsesSinglePage as CategoryListResponsesSinglePage, type CategoryListParams as CategoryListParams, type CategoryGetParams as CategoryGetParams, }; } //# sourceMappingURL=resource-library.d.mts.map