import './jade.scss';
import type { Envelope } from '../../types';
export declare const jadeTheme: {
    render: (envelope: Envelope) => string;
};
