export declare const conversation: {
    id: string;
    author: string;
    message: string;
}[];
//# sourceMappingURL=conversation.d.ts.map