export declare enum FilledUsingEnum {
    Voice = "voice",
    Scribble = "scribble",
    Text = "text"
}
export declare class UpdatepasttreatmentHistoru {
    id: number;
    history: string;
    filled_using: FilledUsingEnum;
}
