import { Config, GroqStore } from '../types';
export declare function groqStore(config: Config): GroqStore;
export { default as groq } from 'groq';
export { Subscription, GroqStore } from '../types';
