import { GetProjectBillingResponseBody } from '@imagine/ai-service/shared-types/route-types'; type BillingState = GetProjectBillingResponseBody & {}; type BillingActions = { setBilling: (billing: GetProjectBillingResponseBody) => void; reset: () => void; }; export type BillingSlice = BillingState & BillingActions; export declare const billingSlice: import('@dhmk/zustand-lens').LensOpaqueType; export {}; //# sourceMappingURL=billing.slice.d.ts.map