import { VatGroup, Data } from '../typings'; declare const vatGroupSelector: (data: Data) => VatGroup; export default vatGroupSelector;