import type { Session } from '@ms-cloudpack/common-types'; import type { TaskReporter } from '@ms-cloudpack/task-reporter'; /** * Get array of active sessions. * An active session is one that has a valid session file and the api server is still active. * This function will also delete inactive session files. */ export declare function getActiveSessions(params: { cachePath: string; reporter?: TaskReporter; }): Promise; //# sourceMappingURL=getActiveSessions.d.ts.map