import type { Knex } from 'knex'; import { GeometryHelper } from '../types.js'; export declare class GeometryHelperMySQL extends GeometryHelper { collect(table: string, column: string): Knex.Raw; fromText(text: string): Knex.Raw; asGeoJSON(table: string, column: string): Knex.Raw; }