/** Period */
export interface Period {
    /** Start of the period */
    from: string;
    /** End of the period */
    to: string;
}
//# sourceMappingURL=Period.d.ts.map