declare module '*.wgsl?raw' { const content: string; export default content; } interface HTMLCanvasElement { getContext(contextId: 'webgpu'): GPUCanvasContext | null; } declare var webkitOfflineAudioContext: typeof OfflineAudioContext | undefined;