astro-ghostcms/.pnpm-store/v3/files/0a/0561dea0081094a6a9c4e6f0367...

5 lines
264 B
Plaintext

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>;