interface InitOptions {
    force?: boolean;
}
export declare function initCommand(options: InitOptions): Promise<void>;
export {};
