export declare function determineMostSimilar(str: string, strings: string[]): {
    string: string;
    amount: number;
};
