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