import Nast from 'notajs-types/nast'; declare function renderCode(node: Nast.Code): string; export default renderCode; //# sourceMappingURL=code.d.ts.map