/**
 * The map of symbols for datatime representation in Snowflake and in Moment.js formatting.
 * The order of tags is important Please don't change it
 */
export function formatTagsMap(): string[][];
export function convertSnowflakeFormatToMomentFormat(formatSql: any, scale: any): string;
