import { Action } from "./models"; export declare class HandleTemplates { static action: (a: Action) => void; }