import type { ExtendedPG } from "../../../types/core.js"; export default function notification({ pg, provider, from, to, template, table, message, title, data, id, nocache, }: { pg: ExtendedPG; provider?: string[]; from?: string; to: string; template?: string; table?: string; message?: string; title?: string; data?: Record; id?: string; nocache?: any; }, unittest?: boolean): Promise; //# sourceMappingURL=sendNotification.d.ts.map