import { Remote } from 'comlink';
import { GeneratorRegistry } from '../sdk';
/**
 * Generators context
 *
 * @see {@link GeneratorRegistry}
 * @see {@link GeneratorsProvider}
 * @see [Generators](/videx-3d/docs/documents/generators.html)
 *
 * @group Contexts
 */
export declare const GeneratorsContext: import('react').Context<GeneratorRegistry | Remote<GeneratorRegistry> | null>;
