import { CodeExampleLink } from '../parsing-markdown/extract-links.js';
export declare function extractExamplePath(originalMarkdownFilePath: string, linkComment: CodeExampleLink): string;
export declare function extractExampleCode(originalMarkdownFilePath: string, linkComment: CodeExampleLink): Promise<Buffer<ArrayBufferLike>>;
