import { TQueueItemOperation } from '../types';
export interface IComment {
    text: string;
    timestamp: string;
}
export declare const addCommentOperation: TQueueItemOperation;
