export interface Namespace { help: boolean; version: boolean; names: Array; ref: string; path: string; force: boolean; update: boolean; list: boolean; diff: boolean; clean: boolean; index: string; } export declare function getHelp(): string; export declare function parseArgs(): Namespace;