/** * Removes comments from a valid shader source string */ export declare function removeComments(str: string): string;