import { Config, EnvImplementations, GroqStore } from './types';
export declare function groqStore(config: Config, envImplementations: EnvImplementations): GroqStore;
