import { HttpContent } from './httpContent'; export declare class StringContent extends HttpContent { private readonly content; constructor(content: string); readAsync(): Promise; } //# sourceMappingURL=stringContent.d.ts.map