export declare enum RuleOperationKind { READ = 0, WRITE = 1, DELETE = 2, UPDATE = 3, EXECUTE = 4 } //# sourceMappingURL=rule.operation.kind.d.ts.map