declare module '@ovotech/cypress-tourist' {
    export function visitAndSnap(url: string): void;
    export function snap(uniqueKey:  string | number | undefined): void;
}
  