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