import type { InvokeModelCommandInput, InvokeModelCommandOutput, InvokeModelWithResponseStreamCommandInput, InvokeModelWithResponseStreamCommandOutput } from '@stacksjs/ts-cloud/aws'; export type { InvokeModelCommandInput, InvokeModelWithResponseStreamCommandInput }; /* * Invoke Model * @param {InvokeModelCommandInput} params * @returns {Promise} * @see https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/BedrockRuntime.html#invokeModel-property */ export declare function invokeModel(params: InvokeModelCommandInput): Promise; /* * Invoke Model With Response Stream * @param {InvokeModelWithResponseStreamCommandInput} params * @returns {Promise} * @see https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/BedrockRuntime.html#invokeModelWithResponseStream-property */ export declare function invokeModelWithResponseStream(params: InvokeModelWithResponseStreamCommandInput): Promise;