import { Config } from './config';
/**
 * Generates a HTML document from a markdown string and returns it as a string.
 */
export declare const getHtml: (md: string, config: Config) => string;
