import { Q as QueryKey } from './create-query-BP--HoKq.cjs';
export { C as CacheApiAdaptor, c as createQuery, d as defineCFExecutionContext, g as getCFExecutionContext } from './create-query-BP--HoKq.cjs';

declare const invalidateQuery: ({ queryKey, cacheName, }: {
    queryKey: QueryKey;
    cacheName?: string;
}) => Promise<void>;

export { invalidateQuery };
