/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * Gets the workspace trust from the IDE if available. * @returns A boolean if the IDE provides a trust value, otherwise undefined. */ export declare function getIdeTrust(): boolean | undefined;