import { DocCodeSpan } from '@microsoft/tsdoc'; import { CommentInlineCode } from 'types'; export default function parseCodeSpan(cs: DocCodeSpan): CommentInlineCode; //# sourceMappingURL=code-span.d.ts.map