import { BasePhoneNotificationService } from '../base/base-phone-notifiaction.service'; import { PHONE_PROVIDER, SendResponse } from '../phone-notification.interface'; import { ConfigService } from '@nestjs/config'; export declare class MoceanPhoneService extends BasePhoneNotificationService { private readonly configService; protected readonly logger: any; constructor(configService: ConfigService); private username; private password; provider: PHONE_PROVIDER; private getClient; send(phone: string, message: string): Promise; }