/** * 着色器模块 * @private */ declare function Shaders(): void; export { Shaders };