import type { Fields } from "../../../types"; export declare const getFieldOptions: (fields: Fields, fieldKey: string) => readonly { readonly label: string; readonly value: string; }[];