import * as Layer from "effect/Layer"; import { RecognizeUtterance } from "./RecognizeUtterance.ts"; /** * HTTP implementation of {@link RecognizeUtterance} — calls the * `lex-runtime-v2` `RecognizeUtterance` operation with the Lambda role's * credentials and grants the host `lex:RecognizeUtterance` on the alias. */ export declare const RecognizeUtteranceHttp: Layer.Layer; //# sourceMappingURL=RecognizeUtteranceHttp.d.ts.map