export declare class HackerPython {
    static draw(): {
        title: string;
        content: string;
    };
}
//# sourceMappingURL=HackerPython.d.ts.map