import { BooleanStrategy } from './boolean'; export declare const BASIC_SCHEMA_STRATEGIES: (typeof BooleanStrategy)[]; export { TypelessStrategy } from './typeless';