import { Context2d } from 'jspdf'; import { DrawPdf } from '../DrawPdf'; export declare class LineNumber { private draw; private options; constructor(draw: DrawPdf); render(ctx2d: Context2d, pageNo: number): void; }