import { EFeaturePlatform } from "../../../types";
export declare function getCachedHTMLByPlatform(platform: EFeaturePlatform): string;
export declare function downloadHTMLTemplateAndCache(options: {
    pageServerDomain: string;
    pluginId: string;
    platform: EFeaturePlatform;
    resourceId: string;
}): Promise<string>;
