/** Restore phantom-space sentinels to real spaces, allocating only when present. */
export declare function restorePhantomSpaces(value: string): string;
