export declare const VERT = "vert"; export declare const FRAG = "frag"; export declare const COMMON = "common"; export declare const DEFAULT_VERT_CHUNK = "project_vertex"; export declare const DEFAULT_FRAG_CHUNK = "dithering_fragment";