export declare class Reply { type: string; data: A; constructor(type: string, data?: A); is(type: string): boolean; }