export declare class PlanFeatureDto {
    k: string;
    v: string;
}
