/** * Check if the version branch is merged to main * @param defaultBranch - The default branch of the repository */ export declare function checkMerged(defaultBranch: string): Promise;