import { RawContextKey } from "../../../../platform/contextkey/common/contextkey.js"; /** * Trust Context Keys */ export declare const WorkspaceTrustContext: { IsEnabled: RawContextKey; IsTrusted: RawContextKey; }; export declare const MANAGE_TRUST_COMMAND_ID = "workbench.trust.manage";