export type ProgramOptions = {
includeLevelLabel?: boolean
levelLabelKey?: string
formatTime?: boolean
timeKey?: string
snakeCase?: boolean
flattenNested?: boolean
flattenSeparator?: string
customLevels?: string
timeFormat?: string
escapeMultilineStrings?: boolean
}