export namespace commentStyles {
    let short: "short";
    let long: "long";
    let none: "none";
}
