import type { MaybeDraft } from "../handlers/index.js"; export declare const getCurrent: (draft: MaybeDraft) => T;