export declare const convertToList: (input: string | T | (string | T)[], transform?: (input: string) => T) => T[];