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