import { Symbol } from 'typescript';
export declare function getExportDocType(symbol: Symbol): "function" | "class" | "interface" | "enum" | "module-property" | "type-alias" | "var" | "const" | "let" | "value-module" | "namespace";
