import { PageAction } from "./PageAction"; export declare class PageActionCommand { private readonly _delete?; private readonly _rotate?; private constructor(); static createFrom(pageAction: PageAction): PageActionCommand; }