/** * Canon CLI Command definition */ import type { Command } from '../types.js'; export declare const canonCommand: Command; //# sourceMappingURL=canon.d.ts.map