export declare const setBackgroundTextStyle: () => Promise<{ errMsg: string; }>; export declare const setBackgroundColor: () => Promise<{ errMsg: string; }>;