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