import { HttpResponse, SerdeContext } from "@smithy/types"; export declare const parseJsonBody: ( streamBody: any, context: SerdeContext ) => any; export declare const parseJsonErrorBody: ( errorBody: any, context: SerdeContext ) => Promise; export declare const loadRestJsonErrorCode: ( output: HttpResponse, data: any ) => string | undefined;