import { CreateSolutionInput } from './types'; export declare const getBranches: () => Promise; export declare const getCommitId: ({ gitReference, gitReferenceType, }: Pick) => Promise;