declare type Service = 'init' | 'help' | 'update'; export declare function parseArgs(_args: string[]): [Service, string[]]; export {};