import { ApiBase } from '../Implementation/ApiBase';
export declare class CommentsInternalApi extends ApiBase {
    areCommentsSupportedInLayout(): boolean;
    getCommentsDateFormat(): string;
}
