import type { UndoStack, State } from ".."; export declare const useUndoStack: (stack: UndoStack) => UndoStack; export declare const useProjectState: (state: State, ...args: GetStateArgs) => [StateShape, Dispatcher]; //# sourceMappingURL=index.d.ts.map