export declare function isMerged({ branchName, trunkName }: { branchName: string; trunkName: string; }): boolean;