import { type SnapshotSerializer } from 'vitest'; export declare const attributesToRemovePatterns: string[]; export declare const attributesToClean: Record; export declare function createNoNgAttributesSnapshotSerializer(): SnapshotSerializer;