import { Maybe, UserPermission } from "../apollo/types"; export declare const hasNonEmptyPermissions: (permissions: Maybe>>> | undefined) => boolean;