import { AnyObject } from "../../../interface/object";
export declare function buildResponse(response: {
    [key: string]: any;
}): AnyObject;
