export declare function getSlogan(i?: number): { Slogan: string; Tags: string; }; export declare const border: string; export declare function printBorder(skipBorder?: boolean): void; export declare function printBanner(skipBanner?: boolean): void;