import type { FieldFunction, Type } from '@db-studio/types'; export declare function getOutputTypeForFunction(fn: FieldFunction): Type;