import BaseHTTP from "./BaseHTTP"; declare class SendService extends BaseHTTP { sendConfess: (content: string, captcha: string, pushID: string) => Promise; init: () => void; } export default SendService;