export interface TPathMap { name: string; path: string; } export declare const AvailableApplets: string[]; export declare const PathMap: TPathMap[];