import type { CommandContext } from "../registry.js"; /** * `chant vendor [pull|check]` — pull pinned, checksummed patterns into the repo, * or check vendored targets against their recorded pin. Defaults to `pull`. * * The manifest (`vendor.json`) lives in the current directory. */ export declare function runVendor(ctx: CommandContext): Promise; //# sourceMappingURL=vendor.d.ts.map