import { TypeORMError } from "./TypeORMError";
export declare class PrimaryColumnCannotBeNullableError extends TypeORMError {
    constructor(object: Object, propertyName: string);
}
