import type { FormatFileProps } from "./types"; export declare const useFormatFile: ({ file }: FormatFileProps) => { isComplete: boolean; fileSize: string; };