export declare const stopRecord: () => Promise<{ errMsg: string; }>; export declare const startRecord: () => Promise<{ errMsg: string; }>; export declare const getRecorderManager: () => Promise<{ errMsg: string; }>;