/** * Portable Mastermind workflow fallback. * * Platforms without native skill loading can print a canonical procedure and * provide it to their agent without relying on any platform-specific prompt * injection or environment variable. */ import type { Command } from '../types.js'; export declare const mastermindCommand: Command; //# sourceMappingURL=mastermind.d.ts.map