As an addition to @rvllzzr's answer, you might want to add the following types:
declare global { declare module "*?base64" { const value: string; export = value; }; }