import { PHXGrpcClientSystemService } from "../grpc-client/grpc-client-system.service";
export declare class GetSchoolYearServiceSystemV3 {
    private readonly grpcClientSystemService;
    constructor(grpcClientSystemService: PHXGrpcClientSystemService);
    private getSchoolYear;
    get(school_id: any, hostname: string, isAllTerm?: boolean): Promise<{
        current_school_year: any;
        current_school_term: any;
    }>;
}
