/// import { PortablePath } from '@yarnpkg/fslib'; import { BinaryLike } from 'crypto'; export declare function makeHash(...args: Array): T; export declare function checksumFile(path: PortablePath): Promise; export declare function checksumPattern(pattern: string, { cwd }: { cwd: PortablePath; }): Promise;