import { node } from './node'; import { web } from './web'; export declare const optimizer: { node: typeof node; web: typeof web; };