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