export declare const commands: { [x: string]: { params: any; body: any; }; }; export declare const actions: { [x: string]: { params: any; }; };