import type { ParameterParsingChain } from "../processors/params/ParameterParsingChain";
export declare class ImplLoader {
private parameterParsingChain;
constructor(parameterParsingChain: ParameterParsingChain);
loadImplementations(): Promise<void>;
private static updateRegistry;
}