import { GroupedPack, SrcPack } from '../type'; export declare const groupPack: (src: SrcPack) => GroupedPack;