import { DatabaseGwService } from '../database-gw.service'; export declare class JournalEntryService extends DatabaseGwService { URL_PATH: string; isValidCreditDebit(lstJournalDetail: any): boolean; checkValidation(lstJL: any): boolean; FormatData(lstJournal: any): any[]; }