import type { HtmlInfoBookSerializer, ISerializeContext } from '../../serialize/HtmlInfoBookSerializer'; import type { IFileWriter } from '../IFileWriter'; import type { IInfoAppendix } from '../IInfoAppendix'; /** * An appendix with an add */ export declare class InfoBookAppendixAd implements IInfoAppendix { readonly skipWrapper: boolean; private readonly templateTagIndex; constructor(); toHtml(context: ISerializeContext, fileWriter: IFileWriter, serializer: HtmlInfoBookSerializer): Promise; }