import { CLSAction } from "./clsAction"; export declare abstract class AuthenticatedAction extends CLSAction { constructor(); }