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