import { Rule, SchemaEffect } from '../types';

export declare const useConditionalSchema: import('..').ConditionalEngineHook<SchemaEffect[]>;
export type SchemaRule = Rule<SchemaEffect[]>;
