importtype { ESTree } from"meriyah";
exportdeclarefunctionisSvg(strOrLiteral: ESTree.Literal | string): boolean;
/**
* @description detect if a given string is a svg path or not.
*/exportdeclarefunctionisSvgPath(str: string): boolean;
//# sourceMappingURL=isSvg.d.ts.map