/** * Checks if the character is an A (arc-to) path command. */ export declare function isArcCommand(code: number): boolean;