import type { Comment } from "typedoc"; export declare function findExample(comment: Comment): string | null;