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