import { SubscriptionLog, TestMessages } from './rxjs/types';
export declare class Marblizer {
    static marblize(messages: TestMessages): string;
    static marblizeSubscriptions(logs: SubscriptionLog[]): string[];
    private static marblizeLogEntry;
    private static getNotificationEvents;
    private static extractMarble;
    private static encloseGroupEvents;
}
