import { Options } from './interface';
export declare function render(content: string, options: Options): Promise<string>;
