import { ENGINES } from '../constants';
export declare function customFunction(engine: ENGINES, func: string): string | false;
export declare function customDateCast(engine: ENGINES): Function;
export declare function customTimezone(engine: ENGINES): string | false;
