export declare const sendDtrumAction: (actionName: string, callback?: (() => void) | undefined) => void;
