export function guacDecode(input: string): string[]; export function guacEncode(...items: string[]): string;