import { ApiBody } from "./ApiBody"; /** * Describes the body of a HTTP request or response. */ export declare class ApiBodyInfo extends ApiBody { /** * Copy any valid properties from another instance. */ mergeInfo(otherInstance: ApiBody): void; }