export declare const openid = "openid"; export declare const email = "email"; export declare const profile = "profile"; export declare const socialAccounts = "social-accounts"; export declare const associatedRoles = "associated-roles"; export declare const associatedBadges = "associated-badges"; export declare const userSelf = "op:users:self"; export declare const userSelfRead: string; export declare const userSelfUpdate: string; export declare const userSelfDelete: string; export declare const userSelfSocialAccountsRead: string; export declare const userSelfSocialAccountsDelete: string; export declare const userSelfAssociatedRolesRead: string; export declare const userSelfAssociatedBadgesDelete: string; export declare const userSelfemailUpdate: string; export declare const userSelfAll: string[];