export default class StoreActions { constructor(actions?: {}, bind?: any); actions: {}; bind: any; extend(bindTo?: any): this; }