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