import { PreState } from "@changesets/types";
export declare function readPreState(cwd: string): Promise<PreState | undefined>;
export declare function exitPre(cwd: string): Promise<void>;
export declare function enterPre(cwd: string, tag: string): Promise<void>;
