export declare const actionRequest: { slug: string; type: string; name: string; data: { schema: { type: string; properties: { slug: { type: string; pattern: string; }; type: { type: string; enum: string[]; }; data: { type: string; properties: { executed: { type: string; default: boolean; }; results: { type: string; required: string[]; properties: { error: { type: string; default: boolean; }; data: { type: string[]; }; }; }; epoch: { type: string; }; timestamp: { type: string; format: string; }; context: { type: string; properties: { id: { type: string; }; }; required: string[]; }; originator: { type: string; format: string; }; actor: { type: string; format: string; }; action: { type: string; }; input: { type: string; required: string[]; properties: { id: { type: string; format: string; }; }; }; arguments: { type: string; }; }; required: string[]; }; }; required: string[]; }; }; };