export declare namespace Text {
    function UnQuote(text: string): string;
}
