/** * Script preprocessor type. */ export declare type ScriptPreprocessor = 'none' | 'typescript';