import type { GeneratePdf } from '../../../../types';
export declare function linhaVertical({ ajusteX, ajusteY, doc, margemEsquerda, margemTopo, x, y1, y2 }: GeneratePdf.InputLinhaVertical): void;
