export type Format = '2-digit' | 'numeric'; export type Position = 'post' | 'pre';