import type { DocumentContext } from '../../types';
import type { Assembler } from '..';
export declare class DocumentInfoAssembler implements Assembler.Document {
    assemble(context: DocumentContext): void;
    private _title;
    private _description;
}
//# sourceMappingURL=info.d.ts.map