import type { VisOptions } from '../config/types.ts'; import type { PartialBrowserCommandContext } from './vis_context.types.ts'; export declare function resolveSnapshotRootDir(suite: PartialBrowserCommandContext, options: VisOptions): string; export declare function getSnapshotSubpath(suiteName: string, options: Pick): string; //# sourceMappingURL=snapshot_path.d.ts.map