declare const findAlternatives: (string: string, array: string[]) => string[];
export = findAlternatives;
