import { SensClientResolvedConfig, RequestSerializer, ResponseDeserializer } from "../models/index.js";
import { GetAlimtalkResultCommandInput, GetAlimtalkResultCommandOutput } from "../commands/GetAlimtalkResultCommand.js";
export declare const se_GetAlimtalkResultCommand: RequestSerializer<GetAlimtalkResultCommandInput, SensClientResolvedConfig>;
export declare const de_GetAlimtalkResultCommand: ResponseDeserializer<GetAlimtalkResultCommandOutput, SensClientResolvedConfig>;
