import type { E2EPage } from '@stencil/playwright';
declare const setContentWithRetry: (page: Pick<E2EPage, "setContent" | "waitForTimeout">, html: string) => Promise<void>;
export { setContentWithRetry };
