import { InternalServerException } from '@joktec/core';
export declare class MongoException extends InternalServerException {
    constructor(msg: string, error: any);
}
export declare const MongoCatch: MethodDecorator;
//# sourceMappingURL=mongo.exception.d.ts.map