export declare abstract class AbstractAction { abstract handle(...args: unknown[]): Promise; }