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