import type { FunctionDefinition } from '../../definition_types'; /** * Converts an input value to a `geotile` value. * A string will only be successfully converted if it respects the * `geotile` format, as described for the * geotile grid aggregation. * * @example * ROW string = "4/8/5" * | EVAL geotile = TO_GEOTILE(string) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=to_geotile.d.ts.map