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