/** * pg_cron Status Resource * * Provides pg_cron job status, schedules, and execution history. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createCronResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=cron.d.ts.map