import { Page } from '../types';
export declare const discussionDocument: (page: Page, _id: string) => {
    content: string;
    ext: string;
};
