export declare function editShader(vs: string, type: string, originalText: string, testToReplace: string): string;
