/** * Replace fullwidth colon with half width colon * @param fullWidthColon full width colon * @returns processed half width colon */ export declare function toHalfWidthColon(fullWidthColon: string): string; //# sourceMappingURL=to-half-width-colon.d.ts.map