import { DeclarationValue } from './types'; export declare function convertDeclarationToString(value: DeclarationValue): any;