export declare function fromSrc(src: string): Promise<string>;
export declare function toHtml(md: string): string;
