import client from './client'; export default client; export declare const connect: (opts: import("./client").IConnectOpts) => { tribunais: { trf4Certidao: (data: import("./client").ICertidaoTRF4ByCPF | import("./client").ICertidaoTRF4ByCNPJ) => Promise; trf1Certidao: (data: import("./client").ICertidaoTRF1Payload) => Promise; trt15Certidao: (args_0: { cnpj?: string | undefined; cpf?: string | undefined; }) => Promise; tseCertidao: (data: import("./client").ITSECertidaoPayload) => Promise; tstCndt: (args_0: { cnpj?: string | undefined; cpf: string; }) => Promise; tseDoadoresFornecedores: (data: import("./client").ITSEDoadoreFornecedoresPayload) => Promise; }; receitaFederal: { cnpj: (data: import("./client").CNPJOpts) => Promise; pgfn: (data: import("./client").PGFNPayload) => Promise; }; caixa: { regularidadeEmpregador: (args_0: { cnpj?: string | undefined; cei?: string | undefined; }) => Promise; }; portalTransparencia: { cepim: (args_0: { cnpj: string; }) => Promise; servidorPublico: (args_0: { cpf: string; }) => Promise; ceaf: (args_0: { cpf: string; }) => Promise; ceis: (args_0: { cnpj: string; cpf: string; }) => Promise; }; sit: { trabalhoEscravo: (args_0: { cnpj: string; cpf: string; }) => Promise; }; ofac: { sancoes: (params: any) => Promise; }; }; export * from './client';