import { MetaQuery } from "@refinedev/core";
export declare const generateSelect: (fields: MetaQuery["fields"]) => string;
