import { AbstractAction } from './abstract.action';
export declare class InfoAction extends AbstractAction {
    handle(): Promise<void>;
}
