export declare namespace ShaderSweep { class Aperture { static Vertex: string; static Fragment: string; } class LightBand { static Vertex: string; static Fragment: string; } class ApertureAndLightBand { static Vertex: string; static Fragment: string; } }