declare const _default: import("../../action.js").ActionDefinition<{ operation: "enable-for-current-user"; key: string; } | { operation: "off"; key: string; } | { operation: "replace-rules"; key: string; rules: { mode: "off" | "on" | "rules"; emails?: string[]; orgIds?: string[]; percentage?: number; }; }, { contractVersion: 1; status: "ready"; key: string; rules: import("../store.js").FeatureFlagRules; scope: { orgId: string; }; }>; export default _default; //# sourceMappingURL=set-feature-flag.d.ts.map