export interface Files { [key: string]: string; } export interface WalkerOptions { prefix?: string; }