export declare const Rules: { type: string; relation: string; condition: string; id: string; object: string; }; export declare const Validator: { object: (object: string) => boolean; relation: (relation: string) => boolean; userSet: (user: string) => boolean; userObject: (userObject: string) => boolean; userWildcard: (userWildcard: string) => boolean; user: (user: string) => boolean; relationshipCondition: (condition: string) => boolean; type: (type: string) => boolean; objectId: (id: string) => boolean; };