/**
 * The characters that separate segments of account numbers.
 */
export const accountSegmentSeparator = '-'

/**
 * The number of seconds cached lookups should stay cached.
 */
export const cacheTimeToLiveSeconds = 10
