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