export declare enum MountResolverErrorCode { PlanInvalid = "MOUNT_PLAN_INVALID", PlanDuplicatePath = "MOUNT_PLAN_DUPLICATE_PATH", PlanSpecMismatch = "MOUNT_PLAN_SPEC_MISMATCH", ActorUnauthorized = "MOUNT_ACTOR_UNAUTHORIZED", ActorForbidden = "MOUNT_ACTOR_FORBIDDEN", SourceNotFound = "MOUNT_SOURCE_NOT_FOUND", PayloadTooLarge = "MOUNT_PAYLOAD_TOO_LARGE", UpstreamBadGateway = "MOUNT_UPSTREAM_BAD_GATEWAY", UpstreamUnavailable = "MOUNT_UPSTREAM_UNAVAILABLE", UpstreamTimeout = "MOUNT_UPSTREAM_TIMEOUT", InsufficientStorage = "MOUNT_INSUFFICIENT_STORAGE", Internal = "MOUNT_INTERNAL" } export declare function mountResolverErrorHttpStatus(code: MountResolverErrorCode): number; //# sourceMappingURL=error-codes.d.ts.map