export declare function decodeArray(input: string | T, Type?: { new (n: number): T; }): T;