import { ICertidaoTRF4ByCNPJ, ICertidaoTRF4ByCPF, ICertidaoTRF1Payload, ITSECertidaoPayload, ITSEDoadoreFornecedoresPayload } from './tribunaisTypes'; declare const _default: { trf4Certidao: (data: ICertidaoTRF4ByCPF | ICertidaoTRF4ByCNPJ) => Promise; trf1Certidao: (data: ICertidaoTRF1Payload) => Promise; trt15Certidao: (args_0: { cnpj?: string | undefined; cpf?: string | undefined; }) => Promise; tseCertidao: (data: ITSECertidaoPayload) => Promise; tstCndt: (args_0: { cnpj?: string | undefined; cpf: string; }) => Promise; tseDoadoresFornecedores: (data: ITSEDoadoreFornecedoresPayload) => Promise; }; export default _default;