export declare enum MessagingTokenPlatform {
    web = "web",
    mobile = "mobile"
}
