import type { Editor } from '../api/standard/standard';
/**
 * Returns information about the editor where the extension is being rendered.
 */
export declare function useExtensionEditor(): Editor | undefined;
//# sourceMappingURL=extension-editor.d.ts.map