import { Permission } from './isPermissionAvailable';
export default function getUnauthorizedPermissions(): Promise<Array<Permission>>;
