import type { Schema } from '../schema/index.js'; export declare class SchemaAction { readonly schema: SCHEMA; static actionName: string; constructor(schema: SCHEMA); }