/** * 记录应用发送给 console-base 的消息 */ export default function slsBroadcastByApp(type: string, payload?: unknown, beforeReady?: boolean): void;