import type { DrizzleExecutor } from "../drizzle.js"; import type { PluginUiAssetSummary } from "./pluginUiAssetGet.js"; /** * Lists trusted pluginUiAssets metadata belonging to one persisted plugins package without exposing package bytes directly. * Keeping resolution at this durable boundary ensures callers cannot enumerate a filesystem path outside the validated catalog. */ export declare function pluginUiAssetList(executor: DrizzleExecutor, installationId: string): Promise; //# sourceMappingURL=pluginUiAssetList.d.ts.map