import { Reports } from "./Reports";
export declare class Accounting {
    static readonly Reports: Reports;
    static readonly Vouchers: Reports;
}
