import { Entity, WebApiOption } from '../definitions';
export declare function order(entities: Entity[], webApiOption: WebApiOption): Entity[];
