import { ResultHandler } from "./types.js"; export declare class ResultHandlerFactory { private static INSTANCE; static get(): ResultHandler; static set(instance: ResultHandler): void; }