export declare class RepositoryUtils {
    static mapSequelizeError(err: any, className: string, methodName: string): never;
}
