import { Store } from '../store'; /** * Disconnect an action relation from the store * @param store * @returns */ export declare const disconnect: (store: Store) => (relId: string) => void;