import { Exception } from '@poppinss/utils';
export default class WrongRelationshipTypeException extends Exception {
    static invoke(model: string): WrongRelationshipTypeException;
}
