import { Transport } from "../../../../core/internal/transport/Transport"; export declare class InAppMessageHtmlContentFetcher { private readonly transport; private HTML_REQUEST_TIMEOUT_MILLIS; constructor(transport: Transport); fetchHtmlContent(fetchSourcePath: string): Promise; private createRequest; private execute; private handleResponse; }