import type { GeneratePdf } from '../../../../types';
export declare function getImposto({ y, doc, ajusteX, ajusteY, margemDireita, margemEsquerda, margemTopo, larguraDoFormulario, total }: GeneratePdf.InputImposto): number;
