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