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