import type { KintoneRecordForParameter } from "../../../../kintone/types"; import type { KintoneRestAPIClient } from "@kintone/rest-api-client"; import type * as Fields from "../../types/field"; import type { FieldSchema } from "../../types/schema"; export declare const fieldProcessor: (apiClient: KintoneRestAPIClient, field: Fields.OneOf, fieldSchema: FieldSchema, options: { attachmentsDir?: string; skipMissingFields: boolean; }) => Promise;