export declare enum KeywordType {
    String = 0,
    KeyValue = 1
}
