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