import { AuthenticatedCommand } from './BaseCommand.ts'; export declare class NotificationsReplayCommand extends AuthenticatedCommand { static paths: string[][]; static usage: import("clipanion").Usage; notifyUrl: string | undefined; assemblyIds: string[]; protected run(): Promise; } //# sourceMappingURL=notifications.d.ts.map