import { Command } from "commander"; export declare const describeFileCommand: Command<[string | undefined], { dataset?: string | undefined; debug?: true | undefined; hashType: "md5" | "sha1" | "sha256" | "sha512"; json?: true | undefined; resource?: string | undefined; silent?: true | undefined; }, {}>;