import * as factory from '../factory'; import { ISearchResult, Service } from '../service'; /** * 経理レポートサービス */ export declare class AccountingReportService extends Service { /** * 検索 */ search(params: factory.report.accountingReport.ISearchConditions): Promise>; }