import { JSONSchemaType } from 'ajv'; export declare function sortBySchema(data: T, schema: JSONSchemaType): T;