UNPKG

penguins-eggs

Version:

A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others

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