/** * Handles errors that should not break the CLI by logging them in * dev/pre-release mode, or silently failing otherwise. * * @param error - The error that occurred. * @param context - Context about what operation failed. */ export declare function handleSilentError(error: unknown, context: string): void;