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