import { SessionCache } from '../../fundamentals'; import { SubmittedMessage } from './types'; export declare class ChatMessageCache { private readonly cache; private readonly logger; constructor(cache: SessionCache); get(id: string): Promise; set(message: SubmittedMessage): Promise; } //# sourceMappingURL=message.d.ts.map