import { ControllerResponse } from '../types/common.types.js'; import { CloneRepositoryToolArgsType } from '../tools/atlassian.repositories.types.js'; /** * Clones a Bitbucket repository to the local filesystem * @param options Options including repository identifiers and target path * @returns Information about the cloned repository */ export declare function handleCloneRepository(options: CloneRepositoryToolArgsType): Promise;