import type { Plugin } from 'rollup'; /** * Rollup plugin to transpile .jess at compile-time */ export default function (options?: { [k: string]: any; }): Plugin;