export declare function findBestOption({ generator, score }: { generator: () => Generator; score: (option: O) => number | null; }): O | null;