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