/** * Strip matching quotes from the beginning and end of a string * @param str String to strip quotes from * @return Result */ export declare function stripQuotes(str: string): string; //# sourceMappingURL=stripQuotes.d.ts.map