import { type DrizzleExecutor } from "../../drizzle.js"; import { type ScheduledMessageSummary } from "./scheduledMessageSummary.js"; /** * Loads an actor-owned scheduled message and its attachment identifiers in their frozen send order. * Scoping by creator hides other users' schedules while one projection keeps pending, published, and failed status fields consistent. */ export declare function getScheduledMessageWith(executor: DrizzleExecutor, actorUserId: string, id: string): Promise; //# sourceMappingURL=getScheduledMessageWith.d.ts.map