import type { Transformer, Options } from '../types'; declare const transformer: Transformer<Options.GlobalStyle>; export { transformer };