declare type Input = { value: any, type: string } export default function encode(input: Input | Input[]): string;