import { SchemaKeySort } from "../../types"; export declare function sort(documents: G[], criteria: SchemaKeySort): G[];