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