import { NFEDistribuicaoDFeServiceImpl } from '@treeunfe/types/interfaces'; declare class NFEDistribuicaoDFePorChave implements NFEDistribuicaoDFeServiceImpl { nfeDistribuicaoDFePorChaveService: NFEDistribuicaoDFeServiceImpl; constructor(nfeDistribuicaoDFePorChaveService: NFEDistribuicaoDFeServiceImpl); Exec(data?: any): Promise; } export default NFEDistribuicaoDFePorChave;