import { RequiredScopes } from '../scopes'; export declare enum ValidationTypes { BASIC = "basic", FULL = "full", PRODUCT_TRIGGER = "product-trigger", AGENT_PRODUCT_CONTEXT = "agent-product-context", DEPRECATED_CSP_METHOD = "deprecated-csp-method", FORGE_REMOTE_COMPUTE = "forge-remote-compute", DEPRECATED_EGRESS_PERMISSIONS = "deprecated-egress-permissions" } export interface TriggerScopeValidationResult { valid: boolean; event: string; missingScopes: string[]; requiredScopes: RequiredScopes | null; } //# sourceMappingURL=validation-types.d.ts.map