export declare function suggest(input: string, candidates: readonly string[], opts?: { max?: number; threshold?: number; }): string[];