export type LinearTaskMatch = { taskId: string; teamKey: string; taskNumber: number; source: 'branch'; }; export declare function extractLinearTaskFromBranch(branch: string): LinearTaskMatch | null;