import { VersionInfo, VersionState } from "../../../common/versionMetadata"; import { CoreHookContext } from "../../types"; export declare function getProjectVersion(ctx: CoreHookContext): Promise; export declare function getProjectVersionFromPath(projectPath: string): Promise; export declare function getTrackingIdFromPath(projectPath: string): Promise; export declare function getVersionState(info: VersionInfo): VersionState; export declare function getParameterFromCxt(ctx: CoreHookContext, key: string, defaultValue?: string): string; //# sourceMappingURL=v3MigrationUtils.d.ts.map