type listRepoFileContentResponse = { content: string; download_url: string; encoding: string; git_url: string; html_url: string; name: string; path: string; sha: string; size: number; type: string; url: string; }; export declare const listRepoFileContent: (owner: string, repo: string, path: string) => Promise; export {}; //# sourceMappingURL=index.d.ts.map