import type { AnimatorDuration } from '@arwes/animator'; export interface AnimatorGeneralProviderSettings { disabled?: boolean; dismissed?: boolean; duration?: Partial; } export interface AnimatorGeneralInterface { getSettings: () => AnimatorGeneralProviderSettings; }