import type { Meta } from './UppyFile.js';
export default function getAllowedMetaFields<M extends Meta>(fields: string[] | boolean, meta: M): string[];
//# sourceMappingURL=getAllowedMetaFields.d.ts.map