import { StepContext } from'../_types/context';
/**
* Clones the Git repository into the workspace directory.
* If a branch is specified, it will check out that branch.
*
* @paramctx - Pipeline execution context
*/export declare functiongitCloneRepo(ctx: StepContext): Promise<void>;