export declare class ZitrusmixResult { readonly html: string; readonly css: string; readonly cssSourceMap: string; constructor(init: Partial); }