export declare class SendFirebaseNotifications {
    sendToDevice(title: string, body: string, devices_tokens: Array<string>, data: any): Promise<void>;
}
