export declare function suggestCommand(input: string): string | undefined; export declare function suggestFlag(input: string): string | undefined; export declare function suggestFix(input: string, validOptions: string[], maxDistance?: number): string | undefined; //# sourceMappingURL=errorSuggestions.d.ts.map