export declare enum SectionType { Container = "Container", Uint = "Uint", Int = "Int", Float = "Float", String = "String", Date = "Date", Binary = "Binary" }