export interface MavenProp {
    val: string;
    fileReplacePosition: number;
    packageFile?: string | null;
}
