export interface Config {
  directory?: string;
  filename?: string;
}
