export declare const MINIFIED = "minified"; export declare const NONE = "none"; export declare const CUSTOM = "custom"; export declare const VALID_MINIFIERS_KEYS: readonly ["minified", "none", "custom"];