// Enable typescript completion for bundle-text inlining. declare module 'bundle-text:*' { const value: string; export default value; }