/** * Internal: Used by package_version.ts */ export declare function getPackageVersionDotnet(): Promise; /** * Internal: Used by package_version.ts */ export declare function setPackageVersionDotnet(newVersion: string): Promise; export declare function getCsprojAsObject(filePath: string): Promise; export declare function getCsprojPath(): string;