export declare const compressString: (input: string) => string;
export declare const decompressString: (input: string) => string;
