import { Entity } from '../definitions/entity';
export declare function toEntity(entityLogicalName: string, id: string, record: any): Entity;
