import * as st from "simple-runtypes";
export declare const HasOptionalDescriptionTypemap: {
    description: st.OptionalRuntype<string | null>;
};
