import type { ILoadOptionsFunctions } from 'n8n-workflow'; import type { LsFieldDefinition } from './customFields.shared'; export declare function fetchFieldDefinition(ctx: ILoadOptionsFunctions, fieldKey: string): Promise; export declare function getLsSimpleType(def: LsFieldDefinition): string;