import { BaseExpedition } from './Base';
export declare class JNE extends BaseExpedition {
    constructor();
    protected buildParams(): any;
}
