/** * Shared check-command transport/auth remediation hints. */ export declare function printCheckErrorHints(error: unknown, transport: string): void; /** * Shared explore-command transport/auth remediation hints. */ export declare function printExploreErrorHints(error: unknown, transport: string): void; //# sourceMappingURL=error-hints.d.ts.map