import { HttpRequest, HttpResponse } from "@ingestkorea/util-http-handler";
import { GetAlimtalkResultOutput, Failover, MetadataBearer } from "../models";
import { SensClientResolvedConfig } from "../SensClient";
import { GetAlimtalkResultCommandInput, GetAlimtalkResultCommandOutput } from "../commands/GetAlimtalkResultCommand";
export declare const serializeIngestkorea_restJson_GetAlimtalkResultCommand: (input: GetAlimtalkResultCommandInput, config: SensClientResolvedConfig) => Promise<HttpRequest>;
export declare const deserializeIngestkorea_restJson_GetAlimtalkResultCommand: (response: {
    response: HttpResponse;
    output: MetadataBearer;
}) => Promise<GetAlimtalkResultCommandOutput>;
export declare const deserializeIngestkorea_restJson_GetAlimtalkResultOutput: (output: any) => Promise<GetAlimtalkResultOutput>;
export declare const deserializeIngestkorea_restJson_AlimtalkFailover: (output: any) => Failover;
