﻿export declare function sendTextMessage(recipientId: string, text: string, pageAccessToken: string, retryCount?: number): Promise<boolean>;
export declare function sendTemplateMessage(recipientId: string, template: any): Promise<void>;
//# sourceMappingURL=MessengerService.d.ts.map