import * as z from "zod/v4-mini"; import { OpenEnum } from "../types/enums.js"; export declare const CollectorBareErrorCode: { readonly AuthMissing: "AUTH_MISSING"; readonly AuthApiKeyRequired: "AUTH_API_KEY_REQUIRED"; readonly AuthApiKeyInvalid: "AUTH_API_KEY_INVALID"; readonly AuthPubTokenInvalid: "AUTH_PUB_TOKEN_INVALID"; readonly AuthPubTokenNotAllowed: "AUTH_PUB_TOKEN_NOT_ALLOWED"; readonly AuthApiKeyNotAllowed: "AUTH_API_KEY_NOT_ALLOWED"; readonly AuthPkInvalid: "AUTH_PK_INVALID"; readonly AuthSessionInvalid: "AUTH_SESSION_INVALID"; readonly AuthAkInvalid: "AUTH_AK_INVALID"; readonly AuthAkScopeMismatch: "AUTH_AK_SCOPE_MISMATCH"; readonly ReleaseNotFound: "RELEASE_NOT_FOUND"; readonly ReleaseMissingBuildId: "RELEASE_MISSING_BUILD_ID"; readonly ReleaseSignEmpty: "RELEASE_SIGN_EMPTY"; readonly ReleasePreflightUnconfirmed: "RELEASE_PREFLIGHT_UNCONFIRMED"; readonly IngestBackpressure: "INGEST_BACKPRESSURE"; readonly IngestEnvironmentNotAllowed: "INGEST_ENVIRONMENT_NOT_ALLOWED"; readonly IngestInfraUnavailable: "INGEST_INFRA_UNAVAILABLE"; readonly OtlpProducerRejected: "OTLP_PRODUCER_REJECTED"; readonly OtlpInvalidSemconv: "OTLP_INVALID_SEMCONV"; readonly OtlpMalformedPayload: "OTLP_MALFORMED_PAYLOAD"; readonly OtlpUnsupportedContentType: "OTLP_UNSUPPORTED_CONTENT_TYPE"; readonly OtlpPayloadTooLarge: "OTLP_PAYLOAD_TOO_LARGE"; readonly ReplayUploadRejected: "REPLAY_UPLOAD_REJECTED"; readonly SDKTooOld: "SDK_TOO_OLD"; }; export type CollectorBareErrorCode = OpenEnum; export declare const CollectorBareErrorService: { readonly Collector: "collector"; readonly Gateway: "gateway"; readonly Operation: "operation"; readonly Intelligence: "intelligence"; readonly FrontierAuth: "frontier-auth"; readonly FrontierDrain: "frontier-drain"; readonly FrontierRuntime: "frontier-runtime"; readonly FrontierBuildtime: "frontier-buildtime"; readonly ApiTinybird: "api-tinybird"; readonly ApiFindings: "api-findings"; readonly ApiUpdates: "api-updates"; }; export type CollectorBareErrorService = OpenEnum; /** @internal */ export declare const CollectorBareErrorCode$inboundSchema: z.ZodMiniType; /** @internal */ export declare const CollectorBareErrorService$inboundSchema: z.ZodMiniType;