import type { PathParser } from './path-parser'; /** * Points the parser to the next character in the * path string every time it encounters any kind of * space character. */ export declare function skipSpaces(path: PathParser): void;