/**
 */
export declare class EntityMetadataNotFound extends Error {
    name: string;
    constructor(target: Function | string);
}
