/**
 * The possible units in a 'dimension' object
 */
export declare enum Units {
    Iso8601 = "ISO8601"
}
