import { Algorithm, AlgorithmName } from "../../types/algorithm.types"; export declare class AlgorithmFactory { static createAlgorithm(name: AlgorithmName): Algorithm; }