import { Interaction } from '@serenity-js/core'; /** * @package */ export declare const Notify: { that: (message: string) => Interaction; }; //# sourceMappingURL=Notify.d.ts.map