import { TypeORMError } from "../error"; export declare class EntitySchemaEmbeddedError extends TypeORMError { static createEntitySchemaIsRequiredException(field: string): EntitySchemaEmbeddedError; static createTargetIsRequired(field: string): EntitySchemaEmbeddedError; constructor(message: string); }