export declare const pack: (mark: string, array: number[]) => string; export declare const unpack: (mark: string, str: string) => number[];