export declare class Emitter { html: string; break: boolean; continue: boolean; write(html: string): void; }