import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function customFields_getCards(this: ILoadOptionsFunctions): Promise; export declare function customFields_getDefinitions(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>; export declare function customFields_getMediaDefinitions(this: ILoadOptionsFunctions): Promise; export declare function customFields_getCategories(this: ILoadOptionsFunctions): Promise; export declare function customFields_getFieldType(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>; export declare function customFields_getFieldOptions(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>;