export declare function issueListCommand(): Promise; export declare function issueCreateCommand(feature: string, title: string): Promise;