/// declare module '*.vert' { export const plainText: string; } declare module '*.frag' { export const plainText: string; }