import { IShader } from './IShader'; export interface IShaderConstructor { new (): IShader; } //# sourceMappingURL=IShaderConstructor.d.ts.map