interface BranchesOptions { stale?: boolean; merged?: boolean; days?: string; } export declare function branchesCommand(options?: BranchesOptions): Promise; export {}; //# sourceMappingURL=branches.d.ts.map