/** * Register a cleanup function to be called when the component unmounts * @param key - Unique key for the cleanup (typically the resource being cleaned up) * @param cleanup - Cleanup function to execute on unmount */ export declare const registerCleanup: (key: any, cleanup: Function) => void; //# sourceMappingURL=registerCleanup.d.ts.map