import type { DrizzleExecutor } from "../drizzle.js"; /** * Deletes durable pluginResourceLinks card payloads owned by a user or assistant message without opening its own transaction. * The tombstone caller composes this boundary in the same transaction so deleted or expired chat content no longer retains its native resource-card projection. */ export declare function pluginResourceLinksDeleteForMessage(executor: DrizzleExecutor, messageId: string): Promise; //# sourceMappingURL=pluginResourceLinksDeleteForMessage.d.ts.map