export declare const getComment: {
    (commentId: Amity.InternalComment['commentId']): Promise<Amity.Cached<Amity.InternalComment>>;
    locally(commentId: Amity.InternalComment['commentId']): Amity.Cached<Amity.InternalComment> | undefined;
};
//# sourceMappingURL=getComment.d.ts.map