export declare const summary: (text: string) => string;
export declare function remarks(externalDocs?: {
    url?: string;
    description?: string;
}): string;
export declare function xmlize(element: string, text: string): string;
//# sourceMappingURL=doc-comments.d.ts.map