export declare const localGetFileAtSHA: (path: string, _repo: string | undefined, sha: string) => Promise<string>;
