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