export interface PrebuildOptions { outDir?: string; verbose?: boolean; } export interface FileObject { name: string; path: string; }