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