export interface Opts {
    cleanup: 'next-effect' | 'unmount';
}
