import { HandlerParams, HandlerParamsNotStreaming, ResultStreaming, ResultNotStreaming, HandlerParamsStreaming } from '../types'; export declare function ReplicateHandler(params: HandlerParamsNotStreaming): Promise; export declare function ReplicateHandler(params: HandlerParamsStreaming): Promise; export declare function ReplicateHandler(params: HandlerParams): Promise;