import { DatabaseGwService } from '../database-gw.service'; export declare class CashTransferService extends DatabaseGwService { URL_PATH: any; checkValidation(lstCaDetail: any): boolean; }