import { FileType } from '../../common'; declare const getAllowedFileTypes: (fileTypes: readonly FileType[] | readonly string[]) => string[]; export default getAllowedFileTypes; //# sourceMappingURL=getAllowedFileTypes.d.ts.map