import { EntityError } from './EntityError';
export declare class EntityLoadError extends EntityError {
    constructor(location: string, msg?: string);
}
