import type { Cache as InternalCache } from './cache/cache'; import type { CacheTypeDef } from './generated'; import { Cache } from './public'; export * from './client'; export * from './lib'; export declare function graphql<_Payload, _Result = _Payload>(str: TemplateStringsArray): _Result; export declare const cache: Cache; export declare function getCache(): InternalCache;