/** * Helper class. Used when sending notifications to a device. */ export declare class DeviceContactInfo { deviceId: string; isSilent: boolean; constructor(deviceId: string, isSilent: boolean); }