export declare type Store = readonly [ (onStoreChange: () => void) => () => void, () => T ]; //# sourceMappingURL=types.d.ts.map