export declare function CreateInformativeNotification(title: String, description: String, imageUrl: String, actionNotification: String): any; export declare function CreateAnimationNotification(): any; export declare function CreateBigPictureNotification(title: String, description: String, avatarUrl: String, bigPictureUrl: String, actionNotification: String): any; export declare function CreateProductNotification(title: String, description: String, avatarUrl: String, bigPicture: String, productTitle: String, productDescription: String, actionNotification: String): any; export declare function CreateNotificationUrl(title: String, description: String, imageUrl: String, url: string, message: String): any;