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