import { SelectQuery } from "../index.js"; export declare function selectorStatement(query: SelectQuery): string; export declare function selectorStatements(query: SelectQuery[] | undefined): string;