import type { AutomationRowsAccess } from "./automation-rows.js"; import type { EngineBase } from "./engine-context.js"; import type { AutomationsEngine } from "./index.js"; export type ListSurfaceDeps = { base: EngineBase; automations: AutomationRowsAccess; }; export declare const createListSurface: ({ base: { engine }, automations }: ListSurfaceDeps) => Pick; //# sourceMappingURL=list-surface.d.ts.map