export declare class SchemaNode { activeStrategies: any[]; strategies: typeof import("./strategies/boolean").BooleanStrategy[]; addSchema(schema: Record): this; addObject(object: Record): this; toSchema(): any; private getStrategyForObject; private getStrategyForSchema; private getStrategyFor; private getSubSchemas; }