import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { SerdeContext as __SerdeContext } from "@smithy/types"; import { GetIceServerConfigCommandInput, GetIceServerConfigCommandOutput } from "../commands/GetIceServerConfigCommand"; import { SendAlexaOfferToMasterCommandInput, SendAlexaOfferToMasterCommandOutput } from "../commands/SendAlexaOfferToMasterCommand"; /** * serializeAws_restJson1GetIceServerConfigCommand */ export declare const se_GetIceServerConfigCommand: (input: GetIceServerConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1SendAlexaOfferToMasterCommand */ export declare const se_SendAlexaOfferToMasterCommand: (input: SendAlexaOfferToMasterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * deserializeAws_restJson1GetIceServerConfigCommand */ export declare const de_GetIceServerConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; /** * deserializeAws_restJson1SendAlexaOfferToMasterCommand */ export declare const de_SendAlexaOfferToMasterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise;