import { AST } from 'node-sql-parser'; export declare const ALL_AST_TYPE: AST['type'][]; export declare const VALID_AST_TYPE: AST['type'][]; export declare const NEED_WHERE_AST_TYPE: AST['type'][]; export declare const READABLE_AST_TYPE: AST['type'][]; export declare const WRITABLE_AST_TYPE: AST['type'][]; export declare const FORBIDDEN_FUNCTIONS: string[]; export declare const isMac: boolean; export declare const isWin: boolean;