import { Command } from "commander"; /** * Creates the `skaile verify` command. * * Checks installed assets in `skaile.lock.yaml` against the store's signed * manifests. Exits 1 on hash mismatches; with `--strict` also exits 1 if any * asset has no store record. * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/misc#verify */ export declare function makeVerifyCommand(): Command; //# sourceMappingURL=verify.d.ts.map