export declare function parseValue<T>(input: HTMLInputElement | HTMLTextAreaElement): T;
export declare function hasArray<T>(value: unknown): T[];
