/** * Get the hash of a file or buffer * @param input - The file path or buffer to hash * @returns The hash of the file or buffer */ export declare function getHash(input: string | Buffer): string;