export interface RollingPlanDto {
    rolling_percentage?: number;
    rolling_window_in_days?: number;
}
export declare namespace RollingPlanDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=rollingPlanDto.d.ts.map