export type OnDestroyCallback = () => unknown;
export declare function onDestroy(callback: OnDestroyCallback): void;
