export declare function remind(when: string, messageParts: string[], options: { webhook?: string; }): Promise; export declare function reminders(options: { due?: boolean; dismiss?: boolean; }): Promise; //# sourceMappingURL=remind.d.ts.map