export declare const getStagedState: () => Record | undefined; export declare const setStagedState: (state?: Record) => void; //# sourceMappingURL=stagedState.d.ts.map