/** * 去掉字符串两边的引号 */ export declare function removeQuote(str: string): string;