export declare function notify({ message, description, txid, type, placement, }: { message?: string | undefined; description?: any; txid?: string | undefined; type?: string | undefined; placement?: string | undefined; }): void; //# sourceMappingURL=notifications.d.ts.map