export function toArray(input: any): any[];
export function getUnique(input: any): any[];
export function removeBioLinkPrefix(input: any): any;
