/**========================================================================
 *                             ASCII ART
 *                       ____                 _ __
 *                     /  _/__  ___ ________(_) /  ___ ____
 *                    _/ // _ \(_-</ __/ __/ / _ \/ -_) __/
 *                   /___/_//_/___/\__/_/ /_/_.__/\__/_/
 *
 *  This is the Ascii Art for the Title. This will be the logo till one is
 * made.
 *
 *========================================================================**/
export declare class InscriberSystem {
    private asciiName;
    private thankYouMessage;
    private message;
    constructor();
    makeMessage(): string;
    getAsciiName(): string;
}
