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