export declare const createCounterStore: () => { loggableName: string; count: number; increment(): void; };