/**
 * This file is a modified version of the original `boxen` package.
 *
 * MIT License
 *
 * Copyright (c) Sindre Sorhus &lt;sindresorhus@gmail.com> (https://sindresorhus.com)
 */
import type { Options } from "./types.d.mts";
export declare const boxen: (text: string, options?: Options) => string;
export type { Alignment, BaseOptions, BorderPosition, BorderStyle, DimensionOptions, Options, Spacer } from "./types.d.mts";
