export declare class JdAPIError extends Error {
    readonly errCode: string;
    constructor(errCode: string, message: string);
}
