import type { Exome } from "./constructor.ts"; type Unsubscribe = () => void; /** * Listens to specific actions for all instances of particular store. */ export declare const onAction: (Parent: new (...args: any[]) => T, action: A, callback:

any ? P_1 : any[] : any[]>(instance: T, action: Exclude, payload: P, error?: Error, response?: any) => void, type?: "before" | "after") => Unsubscribe; export {};