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