import type { DrizzleExecutor } from "../drizzle.js"; import { type PluginInstallationDiagnostics } from "./types.js"; /** * Returns the latest durable lifecycle failure and bounded runtime output for one installation to an authorized administrator. * This read-only boundary keeps diagnostic output scoped to its installation and never exposes variables, secrets, or unrelated server logs. */ export declare function pluginInstallationDiagnosticsGet(executor: DrizzleExecutor, actorUserId: string, installationId: string): Promise; //# sourceMappingURL=pluginInstallationDiagnosticsGet.d.ts.map