export declare const resolveRepo: (repo: string, force?: boolean, branch?: string) => Promise<string | undefined>;
