declare const halfSpace: (str: string) => string;
export default halfSpace;
