import type { GraphQLResource } from '../../../intermediate/resource'; import type { ImportContext } from '../../../utils/imports'; export declare const GET_RESPONSE_CACHE_KEYS_IDENTIFIER = "getResponseCacheKeys"; export declare function generateGraphQLGetResponseCacheKeys(importContext: ImportContext, resource: GraphQLResource): string;