/** * Prints a contextual hint based on the error message to help the user recover. * * @param message - The error message string. */ export declare const printErrorHint: (message: string) => void; //# sourceMappingURL=errors.d.ts.map