export declare function visualTestTemplate(markup: string, options: {
    title?: string;
    pathDepth?: number;
}): string;
