export declare class Global { static dbType: 'mysql56' | 'mysql57' | 'postgres' | 'sqlite'; static tempPath: string; static uploadPath: string; }