/**
* Time-aware notification system for PostgreSQL
* This system minimizes polling by using LISTEN/NOTIFY for time-based task awakening
*
* Exported as a function that returns the SQL with schema placeholder replaced.
*/
export declarefunctiongetTimeNotifySql(schema: string): string;