import type { Format, PrettyHtmlOptions } from './types';
export declare const createToMatchPrettyHtmlSnapshot: (format: Format) => (this: any, received: string, options?: PrettyHtmlOptions | string, hint?: string) => import("expect").ExpectationResult;
