import type { FieldType } from '../../../lib/jhipster/field-types.ts';
/**
 * Return the method name which converts the filter to specification
 * @param {string} fieldType
 */
export declare const getSpecificationBuildForType: (fieldType: FieldType) => "buildRangeSpecification" | "buildStringSpecification" | "buildSpecification";
