import { type UserTrustLevel, type UserTrustPolicy } from '../../user-context/trust-policy.js'; export declare function getUserTrustPolicy(principalId?: string): UserTrustPolicy; export declare function setUserTrustPolicy(defaultActionLevel: UserTrustLevel, principalId?: string): UserTrustPolicy;