import type { CollectionConfig, Field } from 'mzinga/types'; interface Args { collection: CollectionConfig; prefix?: string; } export declare const getFields: ({ collection, prefix }: Args) => Field[]; export {}; //# sourceMappingURL=getFields.d.ts.map