import { APIResource } from "../../resource.js"; import * as QuotaAPI from "./quota.js"; import { Quota, QuotaGetParams, QuotaGetResponse } from "./quota.js"; import * as StoresAPI from "./stores/stores.js"; import { StoreCreateParams, StoreCreateResponse, StoreCreateResponsesSinglePage, StoreDeleteParams, StoreDeleteResponse, StoreListParams, StoreListResponse, StoreListResponsesV4PagePaginationArray, Stores } from "./stores/stores.js"; export declare class SecretsStore extends APIResource { stores: StoresAPI.Stores; quota: QuotaAPI.Quota; } export declare namespace SecretsStore { export { Stores as Stores, type StoreCreateResponse as StoreCreateResponse, type StoreListResponse as StoreListResponse, type StoreDeleteResponse as StoreDeleteResponse, StoreCreateResponsesSinglePage as StoreCreateResponsesSinglePage, StoreListResponsesV4PagePaginationArray as StoreListResponsesV4PagePaginationArray, type StoreCreateParams as StoreCreateParams, type StoreListParams as StoreListParams, type StoreDeleteParams as StoreDeleteParams, }; export { Quota as Quota, type QuotaGetResponse as QuotaGetResponse, type QuotaGetParams as QuotaGetParams }; } //# sourceMappingURL=secrets-store.d.ts.map