export declare const pack: (x: string | string[]) => string;
export declare const unpack: (str: string) => string[];
