declare const toList: (candidate: T | T[], skipEmpty?: boolean) => T[]; export default toList;