import { PHXGrpcClientService } from "../grpc-client/grpc-client.service";
export declare class GetListNextSchoolYearServiceV3 {
private readonly grpcService;
constructor(grpcService: PHXGrpcClientService);
private getListNextSchoolYear;
get(): Promise<void>;
}