#!/usr/bin/env node declare function init(name?: string): Promise; export { init };