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