/** * GLSL preprocessor responsible for resolving @inline directives */ export declare function replaceInlines(script: string): string;