import { ICliInitParameters } from '../interfaces';
export declare const init: (options: ICliInitParameters) => Promise<void>;
