export declare function queryProjects(): any; export declare function listSessions(dir: any): any; export declare function shortPath(dir: any): any; export declare function buildList(): any[]; export declare function getActions(item: any): { key: string; label: string; icon: string; }[]; export declare function outputDir(dir: any): void; export declare function openProject(item: any): void; export declare function sessionPayload(dir: any, sessionId: any): any; export declare function openProjectSession(dir: any, sessionId: any): void; export declare function togglePin(idx: any): void; export declare function hideItem(idx: any): void; export declare function unhideAll(): void; export declare function getProjectId(dir: any): string; export declare function changeProjectPath(oldDir: any, newDir: any): void;