import type { ModelInfo } from '../../../intermediate/model-info'; import type { Resource } from '../../../intermediate/resource'; import type { ImportContext } from '../../../utils/imports'; export declare const NON_CACHED_ERRORS_IDENTIFIER = "nonCachedErrors"; export declare const NON_CACHED_ERRORS_EXPIRATION_IDENTIFIER = "expiration"; export declare const NON_CACHED_ERRORS_RESPONSE_IDENTIFIER = "response"; export declare const NON_CACHED_ERRORS_STATUS_IDENTIFIER = "status"; export declare function generateNonCachedErrorsObject(importContext: ImportContext, resource: Resource, modelInfo: ModelInfo): string;