declare module '*.html?raw' { const fileContent: string export default fileContent } declare module '*.txt?raw' { const fileContent: string export default fileContent }