/** * peac hash command * Canonical digest computation using JCS */ import type { CLIOptions, CommandResult } from '../types.js'; export declare class HashCommand { execute(policyPath: string, options?: CLIOptions): Promise; executeFromStdin(options?: CLIOptions): Promise; } //# sourceMappingURL=hash.d.ts.map