export declare const useFetchTextFile: (url: string) => { content: string | undefined; loading: boolean; };