export declare class PrimaryColumnCannotBeNullableError extends Error { name: string; constructor(object: Object, propertyName: string); }