import { Resource } from '@jmodule/client';
export default function htmlResolver(resource: Resource, url: string): Promise<string>;
