export declare const scalarFunctions: string[]; export declare const aggregateFunctions: string[]; export declare const windowFunctions: string[]; export declare const tableValuedFunctions: string[]; /** * Combined list of all functions across categories. * Kept for back-compat with any callers that need the full set; new code * should import the typed lists above and dispatch on context. */ export declare const functions: string[];