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