import { Type, FieldFunction } from '../types/fields'; export declare function getFunctionsForType(type: Type): FieldFunction[]; //# sourceMappingURL=get-functions-for-type.d.ts.map