export const BasicShader: {
    name: string;
    uniforms: {};
    vertexShader: string;
    fragmentShader: string;
};
