export declare function getFile(name: string, rawFilePath?: string): Promise; export declare const getDotaFile: (name: string) => Promise; export declare const getDotaVdfFile: (name: string) => Promise; export declare const getDotaDirectoryContents: (name: string, basepath?: string) => import("got").CancelableRequest; export interface GitHubContentsResponse { name: string; path: string; sha: string; size: number; url: string; html_url: string; git_url: string; download_url: string; type: string; _links: { self: string; git: string; html: string; }; }