export function methodsFactory(state: any, props: any): { add: (decorators: any) => void; get: () => {}; };