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