import { FilterModel } from '../../models/entity/base/filterModel';
import { SmsLogOutBoxModel } from '../../models/entity/sms/smsLogOutBoxModel';
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
import * as i0 from "@angular/core";
export declare class SmsLogOutBoxService extends ApiCmsServerBase<SmsLogOutBoxModel, string, FilterModel> {
    getModuleControllerUrl(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<SmsLogOutBoxService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<SmsLogOutBoxService>;
}
