declare module 'sd-notify' { function ready(): void; function startWatchdogMode(ms: number): void; function sendStatus(txt: string): void; }