import { MongoCollectionClass } from '../../mongo-collection.js';
import { type SimplifiedApexInspectionDecision } from '@tmlmobilidade/types';
import { IndexDescription } from 'mongodb';
declare class SimplifiedApexInspectionDecisionsClass extends MongoCollectionClass<SimplifiedApexInspectionDecision, SimplifiedApexInspectionDecision, SimplifiedApexInspectionDecision> {
    private static _instance;
    private constructor();
    static getInstance(): Promise<SimplifiedApexInspectionDecisionsClass>;
    protected getCollectionIndexes(): IndexDescription[];
    protected getCollectionName(): string;
    protected getEnvName(): string;
}
export declare const simplifiedApexInspectionDecisions: SimplifiedApexInspectionDecisionsClass;
export {};
