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