import { IDocValue } from "../../type"; interface IContents { [key: string]: IDocValue[]; } export declare const ALL_CONTENT: IContents; export {};