import { z } from "zod"; export declare const createFinanceEventSchema: z.ZodEffects>; issueId: z.ZodNullable>; projectId: z.ZodNullable>; goalId: z.ZodNullable>; heartbeatRunId: z.ZodNullable>; costEventId: z.ZodNullable>; billingCode: z.ZodNullable>; description: z.ZodNullable>; eventKind: z.ZodEnum<["inference_charge", "platform_fee", "credit_purchase", "credit_refund", "credit_expiry", "byok_fee", "gateway_overhead", "log_storage_charge", "logpush_charge", "provisioned_capacity_charge", "training_charge", "custom_model_import_charge", "custom_model_storage_charge", "manual_adjustment"]>; direction: z.ZodDefault>>; biller: z.ZodString; provider: z.ZodNullable>; executionAdapterType: z.ZodNullable>>; pricingTier: z.ZodNullable>; region: z.ZodNullable>; model: z.ZodNullable>; quantity: z.ZodNullable>; unit: z.ZodNullable>>; amountCents: z.ZodNumber; currency: z.ZodDefault>; estimated: z.ZodDefault>; externalInvoiceId: z.ZodNullable>; metadataJson: z.ZodNullable>>; occurredAt: z.ZodString; }, "strip", z.ZodTypeAny, { biller: string; occurredAt: string; eventKind: "inference_charge" | "platform_fee" | "credit_purchase" | "credit_refund" | "credit_expiry" | "byok_fee" | "gateway_overhead" | "log_storage_charge" | "logpush_charge" | "provisioned_capacity_charge" | "training_charge" | "custom_model_import_charge" | "custom_model_storage_charge" | "manual_adjustment"; direction: "debit" | "credit"; amountCents: number; currency: string; estimated: boolean; provider?: string | null | undefined; region?: string | null | undefined; description?: string | null | undefined; projectId?: string | null | undefined; billingCode?: string | null | undefined; goalId?: string | null | undefined; agentId?: string | null | undefined; issueId?: string | null | undefined; heartbeatRunId?: string | null | undefined; model?: string | null | undefined; costEventId?: string | null | undefined; executionAdapterType?: "process" | "http" | "claude_local" | "codex_local" | "opencode_local" | "pi_local" | "cursor" | "openclaw_gateway" | "hermes_local" | null | undefined; pricingTier?: string | null | undefined; quantity?: number | null | undefined; unit?: "unknown" | "input_token" | "output_token" | "cached_input_token" | "request" | "credit_usd" | "credit_unit" | "model_unit_minute" | "model_unit_hour" | "gb_month" | "train_token" | null | undefined; externalInvoiceId?: string | null | undefined; metadataJson?: Record | null | undefined; }, { biller: string; occurredAt: string; eventKind: "inference_charge" | "platform_fee" | "credit_purchase" | "credit_refund" | "credit_expiry" | "byok_fee" | "gateway_overhead" | "log_storage_charge" | "logpush_charge" | "provisioned_capacity_charge" | "training_charge" | "custom_model_import_charge" | "custom_model_storage_charge" | "manual_adjustment"; amountCents: number; provider?: string | null | undefined; region?: string | null | undefined; description?: string | null | undefined; projectId?: string | null | undefined; billingCode?: string | null | undefined; goalId?: string | null | undefined; agentId?: string | null | undefined; issueId?: string | null | undefined; heartbeatRunId?: string | null | undefined; model?: string | null | undefined; costEventId?: string | null | undefined; direction?: "debit" | "credit" | undefined; executionAdapterType?: "process" | "http" | "claude_local" | "codex_local" | "opencode_local" | "pi_local" | "cursor" | "openclaw_gateway" | "hermes_local" | null | undefined; pricingTier?: string | null | undefined; quantity?: number | null | undefined; unit?: "unknown" | "input_token" | "output_token" | "cached_input_token" | "request" | "credit_usd" | "credit_unit" | "model_unit_minute" | "model_unit_hour" | "gb_month" | "train_token" | null | undefined; currency?: string | undefined; estimated?: boolean | undefined; externalInvoiceId?: string | null | undefined; metadataJson?: Record | null | undefined; }>, { currency: string; biller: string; occurredAt: string; eventKind: "inference_charge" | "platform_fee" | "credit_purchase" | "credit_refund" | "credit_expiry" | "byok_fee" | "gateway_overhead" | "log_storage_charge" | "logpush_charge" | "provisioned_capacity_charge" | "training_charge" | "custom_model_import_charge" | "custom_model_storage_charge" | "manual_adjustment"; direction: "debit" | "credit"; amountCents: number; estimated: boolean; provider?: string | null | undefined; region?: string | null | undefined; description?: string | null | undefined; projectId?: string | null | undefined; billingCode?: string | null | undefined; goalId?: string | null | undefined; agentId?: string | null | undefined; issueId?: string | null | undefined; heartbeatRunId?: string | null | undefined; model?: string | null | undefined; costEventId?: string | null | undefined; executionAdapterType?: "process" | "http" | "claude_local" | "codex_local" | "opencode_local" | "pi_local" | "cursor" | "openclaw_gateway" | "hermes_local" | null | undefined; pricingTier?: string | null | undefined; quantity?: number | null | undefined; unit?: "unknown" | "input_token" | "output_token" | "cached_input_token" | "request" | "credit_usd" | "credit_unit" | "model_unit_minute" | "model_unit_hour" | "gb_month" | "train_token" | null | undefined; externalInvoiceId?: string | null | undefined; metadataJson?: Record | null | undefined; }, { biller: string; occurredAt: string; eventKind: "inference_charge" | "platform_fee" | "credit_purchase" | "credit_refund" | "credit_expiry" | "byok_fee" | "gateway_overhead" | "log_storage_charge" | "logpush_charge" | "provisioned_capacity_charge" | "training_charge" | "custom_model_import_charge" | "custom_model_storage_charge" | "manual_adjustment"; amountCents: number; provider?: string | null | undefined; region?: string | null | undefined; description?: string | null | undefined; projectId?: string | null | undefined; billingCode?: string | null | undefined; goalId?: string | null | undefined; agentId?: string | null | undefined; issueId?: string | null | undefined; heartbeatRunId?: string | null | undefined; model?: string | null | undefined; costEventId?: string | null | undefined; direction?: "debit" | "credit" | undefined; executionAdapterType?: "process" | "http" | "claude_local" | "codex_local" | "opencode_local" | "pi_local" | "cursor" | "openclaw_gateway" | "hermes_local" | null | undefined; pricingTier?: string | null | undefined; quantity?: number | null | undefined; unit?: "unknown" | "input_token" | "output_token" | "cached_input_token" | "request" | "credit_usd" | "credit_unit" | "model_unit_minute" | "model_unit_hour" | "gb_month" | "train_token" | null | undefined; currency?: string | undefined; estimated?: boolean | undefined; externalInvoiceId?: string | null | undefined; metadataJson?: Record | null | undefined; }>; export type CreateFinanceEvent = z.infer; //# sourceMappingURL=finance.d.ts.map