import {ShaderModule} from '../../types';

export const gouraudLighting: ShaderModule;

export const phongLighting: ShaderModule;
