18,10): error TS2564: Property 'getState' in type 'Store' is not assignable to the same property in base type 'Readonly<{}>'.
Type '(...args: any[]) => any' is not assignable to type '() => Readonly<{}>'.
Types of parameters 'args' and '0' are incompatible.
Type '0' is not assignable to ...