import { CustomPatternMatcherFunc } from "chevrotain";
/**
 * Custom matcher for sql function name.
 *
 * @param text
 */
export declare const matchFunctionName: CustomPatternMatcherFunc;
//# sourceMappingURL=matchFunctionName.d.ts.map