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