import { type DrizzleExecutor } from "../drizzle.js"; import { type ScheduledMessageSummary } from "./impl/scheduledMessageSummary.js"; /** * Lists all messages created by the actor in scheduled delivery order and expands each with its frozen attachments and terminal state. * Creator scoping and deterministic ordering provide a private outbox without exposing another user's queued content. */ export declare function scheduledMessageList(executor: DrizzleExecutor, actorUserId: string): Promise; //# sourceMappingURL=scheduledMessageList.d.ts.map