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