import type { Page } from '../useTablePaging'; export declare const gqlBuildParams: (field: string) => (page: Page, values: any) => { [x: string]: any; page: Page; };