import { MetricType } from '@lightdash/common'; export declare function getDefaultMetricSql(sql: string, type: MetricType): string; export declare const normalizeUnicode: (value: string) => string; //# sourceMappingURL=sql.d.ts.map