import { SentryService } from '../../modules/sentry'; export declare class TwilioService { private sentry; private readonly twilioClient; constructor(sentry: SentryService); sendSMS(phoneNumber: string, message: string): Promise; }