export interface EpheFileDetail { name: string; desc: string; category: string; } export declare const EpheFileMetadata: EpheFileDetail[];