interface RawAction { (...args: any[]): Promise | void; } export default RawAction;