import { GroupedPack, IndexedPackObj } from '../type'; export declare const indexPackObj: ({ s2t, t2s }: GroupedPack) => IndexedPackObj;