export declare class ApplicationScoreDtoModel {
    linkApiPathId: number;
    appMemberId: string;
    scoreComment: string;
    scorePercent: number;
}
