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