import type { ExecuteHandler } from '../exec.types'; export declare const customFieldsHandlers: { getCards: ExecuteHandler; getCardsExpanded: ExecuteHandler; getDefinitions: ExecuteHandler; getCategories: ExecuteHandler; getStore: ExecuteHandler; getStoreValues: ExecuteHandler; getFieldValues: ExecuteHandler; setFieldValue: ExecuteHandler; setMultipleFieldValues: ExecuteHandler; createFileUploadTarget: ExecuteHandler; getProfiles: ExecuteHandler; getProfilesExpanded: ExecuteHandler; getProfileByCard: ExecuteHandler; updateProfileField: ExecuteHandler; };