import Sort from "../sort"; export default function Type(value: any, properties: (keyof Entity)[]): value is Sort;