import type { LongCommitSha } from '../../../../util/git/types';
import type { BranchConfig } from '../../../types';
export declare function commitFilesToBranch(config: BranchConfig): Promise<LongCommitSha | null>;
