import { IBaseTimeValue } from '../type-specific-interfaces/base-time-value';
import { ReadValue } from './read-value';
/**
 * @category Model V2
 */
export declare class ReadTimeValue extends ReadValue implements IBaseTimeValue {
    time: string;
}
//# sourceMappingURL=read-time-value.d.ts.map