export interface NFEconsultaProtocoloServiceImpl {
    Exec(data?: any): Promise<any>;
}
