import { Store } from '@gaman/common/index.js'; export declare function composeStore(storeHandle: (...args: A) => Store): (...args: A) => Store;