import { BaseExpedition } from './Base';
export declare class RCLLogistics extends BaseExpedition {
    constructor();
}
