import Prepare from '../prepare.js';
import { IWelcome } from '../../interfaces/i_krill.js';
/**
 * WELCOME
 */
export declare function welcome(this: Prepare): Promise<IWelcome>;
