/**
 * The line break character.
 *
 * @private
 * @since 0.1.0
 */
export declare const LINE_BREAK = "\n";
/**
 * The space that has no width.
 *
 * @private
 * @since 0.1.0
 */
export declare const ZERO_WIDTH_SPACE = "\uFEFF";
//# sourceMappingURL=../../../src/js/constants/characters.d.ts.map