/**
 * yyyyMMdd -> yyyy-MM-dd
 */
declare function formatGapDate(val: string | number, gap?: string): string;

export { formatGapDate };
