import type { Path } from '@serenity-js/core/io'; /** * @package */ export declare const Checksum: { of: (destination: Path) => { calculatedUsing: (hashingAlgorithm: string) => import("@serenity-js/core").QuestionAdapter; }; }; //# sourceMappingURL=Checksum.d.ts.map