/**
 * Copyright (c) 2017-Present, Nitrogen Labs, Inc.
 * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
 */
export declare class ApiError extends Error {
    source: Error;
    errors: string[];
    constructor(list: any, error: any);
}
//# sourceMappingURL=ApiError.d.ts.map