import uvAttributeDeclaration from "../shaders/includes/uvAttributeDeclaration.fx"; export declare class ShaderIncludeHelper { constructor(); static GetIncludeSource(name: string): typeof uvAttributeDeclaration; }