import { Store } from './store'; export declare class NoStoreError { message: string; store: S; constructor(message: string, store: S); }