import type { Editor } from '@milkdown/core'; export type Instance = [true, () => undefined] | [false, () => Editor]; export declare function useInstance(): Instance; //# sourceMappingURL=useInstance.d.ts.map