export declare class HyperPushNotificationService { constructor(); private truncateStr(str, length?); getPermission(): Promise; showNotification(data: Notify): void; } export declare class Notify { sender_name: string; message: string; photoUrl: string; }