export declare const intro: string; export declare function verticalLine(w?: number): string; export declare function horizontalContainer(content?: string, w?: number): string; export declare function square(lines: string | string[], w?: number): string; export declare const title: typeof square;