import { DataString } from './data.string';
export declare class DataDeviceLocation extends DataString {
    static type: string;
}
