import { Action } from "./../index";
export declare class RandomNumber extends Action {
    constructor();
    run({ connection, response }: {
        connection: any;
        response: any;
    }): Promise<void>;
}
