/**
 *
 */
export declare class EntityColumnNotFound extends Error {
    name: string;
    constructor(propertyPath: string);
}
