import type { PeekOptions } from '../types'; export declare function peekMarkdown(file: string, name: string | undefined, opts: PeekOptions): void;