import type { Options, PreprocessorGroup } from '../types'; declare const stylus: (options?: Options.Stylus) => PreprocessorGroup; export default stylus; export { stylus };