import type { ExperimentsContextValue } from './types';
export declare const ExperimentsContext: import("preact").Context<ExperimentsContextValue>;
