export interface InklecateArgs {
  readonly countAllVisits?: boolean;
  readonly inputFilepath?: string;
  readonly outputFilepath?: string;
}
