declare const appConfigs: { initPointsBuffer: () => void; computeShader: string; renderShader: string; }; export default appConfigs;