import type { Arguments } from 'yargs'; interface Options { help?: boolean; h?: boolean; } export declare function initialize(): Promise; declare const _default: (argv: Arguments) => Promise; export default _default;