import { http } from "cloudly-http"; import { Tpl } from "./Tpl"; export declare class Processor { private readonly client; readonly tpl: Tpl; constructor(client: http.Client); }