import { StringObjectMap } from '../common.js';
export default class IntegResponse {
    responseBody: unknown;
    contentType: string;
    status: number;
    buildResponse(): StringObjectMap;
}
