import { Entity, WebEntity } from '../definitions';
export declare function toWebApiEntity(entity: Entity): WebEntity;
