/** * Scan command - discover examples in a directory */ export declare const scanCommand: import("cli-forge").CLI<{ unmatched: string[]; '--'?: string[]; } & { directory: string; } & { config?: string | undefined; } & { format: "json" | "table" | "yaml"; } & { output?: string | undefined; } & { include: string[]; } & { exclude: string[]; }, Promise, {}, undefined>; //# sourceMappingURL=scan.d.ts.map