import { Location } from './location';
export declare class OtherScans {
    time: number;
    id: string;
    platform?: string;
    location?: Location;
    device?: string;
    workerId?: string;
    isPickup?: boolean;
    taskShortId?: string;
    taskId?: string;
}
