export declare class TsMongodbOrmError extends Error { name: string; constructor(message: string); }