/**
 * Checks if the character is a path command.
 */
export declare function isPathCommand(code: number): boolean;
