import type { NotificationConfig } from "./types.ts"; /** * Validate a `NotificationConfig` and return a list of warning strings. */ export declare function validateNotificationConfig(config: NotificationConfig): string[]; //# sourceMappingURL=config-validate.d.ts.map