export namespace transformTypes {
    let attribute: "attribute";
    let name: "name";
    let value: "value";
}
