import { Moment } from "moment";
export declare class TestIsoUtcModel {
    testMoment: Moment;
    constructor(testMoment: Moment);
}
