export declare const downloadTextAsFile: (text: string, name: string) => void; export declare const requestFileAsText: () => Promise;