import { HierarchyOption } from './types'; type Options = Omit & { as?: [string, string, string]; }; export declare function pack(data: any, options: Options): any[]; export {};