import { ResponseAbstract } from "./ResponseAbstract.js"; export declare class TextPlainResponse extends ResponseAbstract { readonly type: string; serialize(data: string): string; } //# sourceMappingURL=TextPlainResponse.d.ts.map