import type { ExtendedPG } from "../../../types/core.js"; export default function gisIRColumn({ pg, layer, column, sql, query, filter, state, search, custom, }: { pg: ExtendedPG; layer?: string; column?: string; sql?: any; query?: Record; filter?: string; state?: string; search?: string; custom?: string; }): Promise; //# sourceMappingURL=gisIRColumn.d.ts.map