import type { HushContext, VerifyTargetOptions } from '../types.js'; export declare function verifyTargetCommand(ctx: HushContext, options: VerifyTargetOptions): Promise; //# sourceMappingURL=verify-target.d.ts.map