import { PHXGrpcClientSystemService } from "../grpc-client/grpc-client-system.service";
export declare class PHXSchoolMonthSystemService {
    private readonly grpcClientSystemService;
    constructor(grpcClientSystemService: PHXGrpcClientSystemService);
    private readonly logger;
    getListCurrentSchoolMonth(hostname: string): Promise<any>;
    getCurrentSchoolMonthBySchoolId(hostname: string, schoolId: number): Promise<any>;
    getSchoolMonthItemByDate(hostname: string, date: string, schoolId: number): Promise<any>;
}
