export declare function WORLDVIEWPROJECTION(): { type: "mat4"; semantic: "WORLDVIEWPROJECTION"; }; export declare function WORLDINVERSETRANSPOSE(): { type: "mat4"; semantic: "WORLDINVERSETRANSPOSE"; }; export declare function WORLD(): { type: "mat4"; semantic: "WORLD"; }; export declare function VIEWINVERSE(): { type: "mat4"; semantic: "VIEWINVERSE"; }; export declare function POSITION(): { type: "vec3"; semantic: "POSITION" | undefined; }; export declare function TEXCOORD_0(): { type: "vec2"; semantic: "TEXCOORD_0" | undefined; }; export declare function NORMAL(): { type: "vec3"; semantic: "NORMAL" | undefined; }; export declare function TANGENT(): { type: "vec4"; semantic: "TANGENT" | undefined; };