/// /// export declare class IframeResizerScriptService { private readonly env; constructor(env?: string); private createIframeResizerScriptTag; injectIframeResizer(content: Buffer, onError: () => void): Buffer; } //# sourceMappingURL=iframe-resizer-script-service.d.ts.map