export declare class APIResultTransformer {
    static transform(orgObj: any): object | any[];
    private static _flatKeyValueArr;
}
