import { type DrizzleExecutor } from "../drizzle.js"; /** * Lists images with requested pending work or any in-progress build, ordered by request and creation time. * Including live leases lets a restarted worker schedule a claim for their expiry instead of leaving crash-interrupted builds stranded. */ export declare function agentImageListRequestedBuildIds(executor: DrizzleExecutor): Promise; //# sourceMappingURL=agentImageListRequestedBuildIds.d.ts.map