import type { Options } from "../options.js";
export declare function addTypeDocOptions(options: Pick<Options, "addDeclaration">): void;
