import handleUndo from "./handleUndo";
import handleRedo from "./handleRedo";
export default function createCommands(): {
    handleUndo: typeof handleUndo;
    handleRedo: typeof handleRedo;
};
//# sourceMappingURL=index.d.ts.map