import { NodeSnapshotEnvironment } from './@vitest/snapshot/environment.js';
export { SnapshotEnvironment } from './@vitest/snapshot/environment.js';

declare class VitestNodeSnapshotEnvironment extends NodeSnapshotEnvironment {
	getHeader(): string;
	resolvePath(filepath: string): Promise<string>;
}

export { VitestNodeSnapshotEnvironment as VitestSnapshotEnvironment };
