/**
 * Decorator to register a class as a Notification Transport.
 * Automatically marks the class as an @Injectable() provider.
 * @param name The unique identifier for this transport (e.g., 'pusher', 'appsync-event')
 */
export declare function NotificationTransport(name: string): ClassDecorator;
