/// export declare function wrapAction(action: any): (...args: any[]) => Promise; export declare function logPrompt(msg: string, promptObject: any): Promise>;