export declare class UnmanagedModelsShouldImplementSpecialMethodsException extends Error {
    constructor(modelName: string, methodItShouldImplement: string);
}
export declare class RelationNameIsNotPartOfModelException extends Error {
    constructor(modelName: string, relationName: string);
}
//# sourceMappingURL=exceptions.d.ts.map