type str = string;
type bool = boolean;
export default function BitBucketCloner(UserName: str, RepositoryName: str, Directory: str, BranchName: str): Promise<bool>;
export {};
