import type { ActionInstance } from '../ActionInstance'; export declare function fireOnAfterDestroyInstance(instance: ActionInstance): Promise;