export declare const downloadTextFile: (url: string, absolutePath: string) => Promise<{ isSuccessful: boolean; text?: undefined; } | { isSuccessful: boolean; text: string; }>; //# sourceMappingURL=downloadTextFile.d.ts.map