import { SchemaStrategy } from '../schema-strategy'; export declare class TypelessStrategy extends SchemaStrategy { matchObject(_object: any): boolean; matchSchema(schema: Record): boolean; }