export interface CourierDevice {
    appId?: string;
    adId?: string;
    deviceId?: string;
    platform?: string;
    manufacturer?: string;
    model?: string;
}
//# sourceMappingURL=CourierDevice.d.ts.map