import { Auth } from './auth.js'; type AsyncAction = () => Promise; export declare class Manager { auth: Auth; cleanupActions: AsyncAction[]; constructor(); cleanup(): Promise; success(logSuccess?: string): Promise; fail(message?: string): Promise; } export {}; //# sourceMappingURL=manager.d.ts.map