import { Permission } from '../interfaces/permission.interface'; export declare const UsePermissions: (...permissions: Permission[]) => any;