export interface StaticSnapshotsConfiguration { path: string; port: number; 'base-url': string; 'snapshot-files': string; 'ignore-files': string; }