declare const hasFile: (data: { [key: string]: unknown; }) => boolean; declare const isFile: (item: any) => boolean; declare const hasFileDeep: (item: any) => boolean; export { hasFile, isFile, hasFileDeep };