import type { UnifiedLifecycleRegistry, UnifiedLifecycleType } from '../../types/internal/lifecycle-types.js'; export declare const APP_ID = "taro_app"; export declare function setCurrentId(id: string): void; export declare function getCurrentId(): string | null; export declare function getLifecycle(id: string): UnifiedLifecycleRegistry; export declare function registerLifecycle(type: UnifiedLifecycleType, handler: (...args: any[]) => void, id: string): void; export declare function unregisterLifecycle(type: UnifiedLifecycleType, handler: (...args: any[]) => void, id: string): void; //# sourceMappingURL=index.d.ts.map