import type { View } from "@perspective-dev/client"; import { type DatagridPluginElement } from "../types.js"; /** * Lazy initialize this plugin with various listeners. */ export declare function activate(this: DatagridPluginElement, view: View): Promise;