declare function ghApiMDPreview(markdown: string): Promise<string>;
export default ghApiMDPreview;
