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