import { MarkedExtension } from 'marked';
/**
 * Extension for adding a copy and save button to code blocks
 * @returns the marked extension
 */
export default function markedCopySaveCode(): MarkedExtension;
