import { type StringIterable } from "./single-characters-of.js"; import { type SvgPathToken, type SvgPathValue } from "./svg-path-tokens.js"; /** * Tokenize an SVG `path` definition into `command`, `number`, and `space` tokens. */ export declare function svgPathValuesOf(...d: StringIterable[]): Generator; /** * Parse an SVG `path` definition into drawing commands. */ export declare function svgPathCommandsOf(...d: StringIterable[]): Generator; //# sourceMappingURL=svg-path-of.d.ts.map