export declare class TelegraphService {
    private client;
    private readonly AUTH_NAME;
    private readonly PACKAGE_URL;
    private token;
    constructor();
    private ensureAccount;
    post(title: string, html: string): Promise<string>;
}
