import type { DefinitionBlueprintMap } from '../functions/util'; /** * This map is for functions which exist in both Presto and Trino. * If you are adding functions which only exist in Presto, put them in * to PRESTO_DIALECT_FUNCTIONS. * * If you have a function which works differently in each, add them to * both. */ export declare const TRINO_DIALECT_FUNCTIONS: DefinitionBlueprintMap; /******** Presto Only *********/ export declare const PRESTO_DIALECT_FUNCTIONS: DefinitionBlueprintMap;