import type { ASTParserPipe } from './type'; export declare const from: ASTParserPipe; export declare const where: any; export declare const groupBy: ASTParserPipe; export declare const select: ASTParserPipe; export declare const having: any; export declare const orderBy: any; export declare const limit: ASTParserPipe;