import { Constructor } from '@cratis/fundamentals'; export declare class Message { readonly type: Constructor; readonly content: object; constructor(type: Constructor, content: object); } //# sourceMappingURL=Message.d.ts.map