import type { CommonContext } from "./definitions/context.js";
export declare function verifyYarn(context: CommonContext): Promise<void>;
