export function authenticatedRole(role: any): {
    type: string;
    result: any;
};
