export function fetchConfigFromGist(gist: any): Promise<{ title: any; readmeContents: string | null; configContents: string | null; }>; //# sourceMappingURL=get-gist.d.ts.map