/** * @export * @enum {string} */ export declare enum DashISO8601TimestampFormat { LONG = "LONG", SHORT = "SHORT" } export default DashISO8601TimestampFormat;