import { APIResource } from "../../core/resource.mjs"; import * as QuotaAPI from "./quota.mjs"; import { BaseQuota, Quota, QuotaGetParams, QuotaGetResponse } from "./quota.mjs"; import * as StoresAPI from "./stores/stores.mjs"; import { BaseStores, StoreCreateParams, StoreCreateResponse, StoreDeleteParams, StoreDeleteResponse, StoreGetParams, StoreGetResponse, StoreListParams, StoreListResponse, StoreListResponsesV4PagePaginationArray, Stores } from "./stores/stores.mjs"; export declare class BaseSecretsStore extends APIResource { static readonly _key: readonly ['secretsStore']; } export declare class SecretsStore extends BaseSecretsStore { stores: StoresAPI.Stores; quota: QuotaAPI.Quota; } export declare namespace SecretsStore { export { Stores as Stores, BaseStores as BaseStores, type StoreCreateResponse as StoreCreateResponse, type StoreListResponse as StoreListResponse, type StoreDeleteResponse as StoreDeleteResponse, type StoreGetResponse as StoreGetResponse, type StoreListResponsesV4PagePaginationArray as StoreListResponsesV4PagePaginationArray, type StoreCreateParams as StoreCreateParams, type StoreListParams as StoreListParams, type StoreDeleteParams as StoreDeleteParams, type StoreGetParams as StoreGetParams, }; export { Quota as Quota, BaseQuota as BaseQuota, type QuotaGetResponse as QuotaGetResponse, type QuotaGetParams as QuotaGetParams, }; } //# sourceMappingURL=secrets-store.d.mts.map