UNPKG

@alexssmusica/emissao-nota-fiscal

Version:
8 lines (7 loc) 333 B
import type { CertificateFromBase64Load } from '../contracts/repos'; type Setup = () => LoadCertificate; type Input = CertificateFromBase64Load.Input; type Output = CertificateFromBase64Load.Output; export type LoadCertificate = (input: Input) => Output; export declare const setupLoadCertificateFromBase64: Setup; export {};