import { DownloadResult } from '../../utils/download'; export interface Demo { description: string; enDescription: string; enName: string; location: string; name: string; } export declare function demoList(): Promise; export declare function downloadDemo(link: string, name: string, filepath: string): Promise;