import type { Comment } from "typedoc"; export declare function includeExample(comment: Comment, example: string): void;