import { type Static } from "@sinclair/typebox"; export declare const globalSecurityPolicySchema: import("@sinclair/typebox").TObject<{ policy: import("@sinclair/typebox").TString; }>; export type GetGlobalSecurityPolicyResponse = Static; export type UpdateGlobalSecurityPolicyRequest = Static; export type UpdateGlobalSecurityPolicyResponse = GetGlobalSecurityPolicyResponse;