UNPKG

@alexssmusica/emissao-nota-fiscal

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