import type { PathParser } from './path-parser';
/**
 * Validates every character of the path string,
 * every path command, negative numbers or floating point numbers.
 */
export declare function scanParam(path: PathParser): void;
