import { CollectionFieldInterface } from '@tachybase/client'; export declare const getOptions: (fieldInterfaces: Record, fieldGroups: Record) => { key: string; children: any[]; label: string; order?: number; }[]; export declare const useFieldInterfaceOptions: () => { key: string; children: any[]; label: string; order?: number; }[];