export declare function schemaValidate({ data, refSchemas, schema, }: { data: T; refSchemas?: Record[]; schema: Record; }): void;