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