export declare abstract class SnapshotConfig { fileExtension?: string; failOnSnapshotDiscovery?: boolean; discardOldSnapshots?: boolean; static defaults(): SnapshotConfig; static withDefaults(config: SnapshotConfig): SnapshotConfig; }