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